C# Class Monobjc.MapKit.MKMapRect

Show file Open project: Monobjc/monobjc

Public Properties

Property Type Description
origin MKMapPoint
size MKMapSize

Public Methods

Method Description
MKMapRect ( MKMapPoint origin, MKMapSize size ) : System.Runtime.InteropServices

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

Method Details

MKMapRect() public method

Initializes a new instance of the Monobjc.GLKit.MKMapRect struct.
public MKMapRect ( MKMapPoint origin, MKMapSize size ) : System.Runtime.InteropServices
origin MKMapPoint
size MKMapSize
return System.Runtime.InteropServices

Property Details

origin public property

The origin point of the rectangle.
public MKMapPoint,Monobjc.MapKit origin
return MKMapPoint

size public property

The width and height of the rectangle, starting from the origin point.
public MKMapSize,Monobjc.MapKit size
return MKMapSize