C# Class Monobjc.Foundation.NSRect64

Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Свойство Type Description
origin NSPoint64
size NSSize64

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

NSRect64() public méthode

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.
Résultat System

Property Details

origin public_oe property

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

size public_oe property

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