C# Класс Monobjc.MapKit.MKMapPoint

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
x double
y double

Открытые методы

Метод Описание
MKMapPoint ( double x, double y ) : System.Runtime.InteropServices

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

Описание методов

MKMapPoint() публичный Метод

Initializes a new instance of the Monobjc.GLKit.MKMapPoint struct.
public MKMapPoint ( double x, double y ) : System.Runtime.InteropServices
x double
y double
Результат System.Runtime.InteropServices

Описание свойств

x публичное свойство

The location of the point along the x-axis of the map.
public double x
Результат double

y публичное свойство

The location of the point along the y-axis of the map.
public double y
Результат double