C# Class Monobjc.MapKit.MKMapSize

Show file Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
height double
width double

Public Methods

Method Description
MKMapSize ( double width, double height ) : System.Runtime.InteropServices

Initializes a new instance of the Monobjc.GLKit.MKMapSize struct.

Method Details

MKMapSize() public method

Initializes a new instance of the Monobjc.GLKit.MKMapSize struct.
public MKMapSize ( double width, double height ) : System.Runtime.InteropServices
width double
height double
return System.Runtime.InteropServices

Property Details

height public property

The height value. The units of this value are map points.
public double height
return double

width public property

The width value. The units of this value are map points.
public double width
return double