C# Class Monobjc.ApplicationServices.CGSize64

Show file Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
height double
width double

Public Methods

Method Description
CGSize64 ( CGFloat width, CGFloat height ) : System.Runtime.InteropServices

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

Method Details

CGSize64() public method

Initializes a new instance of the Monobjc.ApplicationServices.CGSize64 struct.
public CGSize64 ( CGFloat width, CGFloat height ) : System.Runtime.InteropServices
width CGFloat The width.
height CGFloat The height.
return System.Runtime.InteropServices

Property Details

height public property

The height.
public double height
return double

width public property

The width.
public double width
return double