C# Class Monobjc.Foundation.NSSize64

Show file Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
height double
width double

Public Methods

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

Initializes a new instance of the Monobjc.Foundation.NSSize64 struct.

Method Details

NSSize64() public method

Initializes a new instance of the Monobjc.Foundation.NSSize64 struct.
public NSSize64 ( CGFloat width, CGFloat height ) : System.Runtime.InteropServices
width Monobjc.ApplicationServices.CGFloat The width.
height Monobjc.ApplicationServices.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