C# Class Monobjc.ApplicationServices.CGRect64

Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Свойство Type Description
origin CGPoint64
size CGSize64

Méthodes publiques

Méthode Description
CGRect64 ( CGFloat x, CGFloat y, CGFloat width, CGFloat height ) : System.Runtime.InteropServices

Initializes a new instance of the Monobjc.ApplicationServices.CGRect64 struct.

CGRect64 ( CGPoint64 origin, CGSize64 size ) : System.Runtime.InteropServices

Initializes a new instance of the Monobjc.ApplicationServices.CGRect64 struct.

Method Details

CGRect64() public méthode

Initializes a new instance of the Monobjc.ApplicationServices.CGRect64 struct.
public CGRect64 ( CGFloat x, CGFloat y, CGFloat width, CGFloat height ) : System.Runtime.InteropServices
x CGFloat The x.
y CGFloat The y.
width CGFloat The width.
height CGFloat The height.
Résultat System.Runtime.InteropServices

CGRect64() public méthode

Initializes a new instance of the Monobjc.ApplicationServices.CGRect64 struct.
public CGRect64 ( CGPoint64 origin, CGSize64 size ) : System.Runtime.InteropServices
origin CGPoint64 The origin.
size CGSize64 The size.
Résultat System.Runtime.InteropServices

Property Details

origin public_oe property

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

size public_oe property

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