C# Class Monobjc.Foundation.NSRect64

Show file Open project: Monobjc/monobjc

Public Properties

Property Type Description
origin NSPoint64
size NSSize64

Public Methods

Method Description
NSRect64 ( CGFloat x, CGFloat y, CGFloat width, CGFloat height ) : System

Initializes a new instance of the Monobjc.Foundation.NSRect64 struct.

NSRect64 ( NSPoint64 origin, NSSize64 size ) : System

Initializes a new instance of the Monobjc.Foundation.NSRect64 struct.

Method Details

NSRect64() public method

Initializes a new instance of the Monobjc.Foundation.NSRect64 struct.
public NSRect64 ( CGFloat x, CGFloat y, CGFloat width, CGFloat height ) : System
x Monobjc.ApplicationServices.CGFloat The x.
y Monobjc.ApplicationServices.CGFloat The y.
width Monobjc.ApplicationServices.CGFloat The width.
height Monobjc.ApplicationServices.CGFloat The height.
return System

NSRect64() public method

Initializes a new instance of the Monobjc.Foundation.NSRect64 struct.
public NSRect64 ( NSPoint64 origin, NSSize64 size ) : System
origin NSPoint64 The origin.
size NSSize64 The size.
return System

Property Details

origin public property

The origin of the rectangle (its starting x coordinate and y coordinate).
public NSPoint64,Monobjc.Foundation origin
return NSPoint64

size public property

The width and height of the rectangle, as measured from the origin.
public NSSize64,Monobjc.Foundation size
return NSSize64