C# Class Monobjc.MapKit.MKMapSize

Exibir arquivo 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_oe property

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

width public_oe property

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