Table of Contents

Struct Foundation.NSRect

Namespace
Xui.Runtime.MacOS
Assembly
Xui.Runtime.MacOS.dll
public struct Foundation.NSRect
Inherited Members

Constructors

NSRect(NFloat, NFloat, NFloat, NFloat)

public NSRect(NFloat x, NFloat y, NFloat width, NFloat height)

Parameters

x NFloat
y NFloat
width NFloat
height NFloat

Fields

Origin

public Foundation.NSPoint Origin

Field Value

Foundation.NSPoint

Size

public Foundation.NSSize Size

Field Value

Foundation.NSSize

Operators

implicit operator NSRect(Rect)

public static implicit operator Foundation.NSRect(Rect rect)

Parameters

rect Rect

Returns

Foundation.NSRect

implicit operator Rect(NSRect)

public static implicit operator Rect(Foundation.NSRect rect)

Parameters

rect Foundation.NSRect

Returns

Rect