C# Class Monobjc.MapKit.MKMapRect

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

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

size public_oe property

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