C# Class Monobjc.ApplicationServices.CGRect64

Show file Open project: Monobjc/monobjc

Public Properties

Property Type Description
origin CGPoint64
size CGSize64

Public Methods

Method 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 method

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.
return System.Runtime.InteropServices

CGRect64() public method

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.
return System.Runtime.InteropServices

Property Details

origin public property

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

size public property

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