C# Class Monobjc.ApplicationServices.CGSize64

Mostra 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_oe property

The height.
public double height
return double

width public_oe property

The width.
public double width
return double