C# Class Monobjc.MapKit.MKMapRect

Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Свойство Type Description
origin MKMapPoint
size MKMapSize

Méthodes publiques

Méthode Description
MKMapRect ( MKMapPoint origin, MKMapSize size ) : System.Runtime.InteropServices

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

Method Details

MKMapRect() public méthode

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

Property Details

origin public_oe property

The origin point of the rectangle.
public MKMapPoint,Monobjc.MapKit origin
Résultat MKMapPoint

size public_oe property

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