C# Class Monobjc.MapKit.MKMapPoint

Datei anzeigen Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
x double
y double

Public Methods

Method Description
MKMapPoint ( double x, double y ) : System.Runtime.InteropServices

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

Method Details

MKMapPoint() public method

Initializes a new instance of the Monobjc.GLKit.MKMapPoint struct.
public MKMapPoint ( double x, double y ) : System.Runtime.InteropServices
x double
y double
return System.Runtime.InteropServices

Property Details

x public_oe property

The location of the point along the x-axis of the map.
public double x
return double

y public_oe property

The location of the point along the y-axis of the map.
public double y
return double