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

Показать файл Открыть проект

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

Свойство Тип Описание
origin MKMapPoint
size MKMapSize

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

Метод Описание
MKMapRect ( MKMapPoint origin, MKMapSize size ) : System.Runtime.InteropServices

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

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

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

Initializes a new instance of the Monobjc.GLKit.MKMapRect struct.
public MKMapRect ( MKMapPoint origin, MKMapSize size ) : System.Runtime.InteropServices
origin MKMapPoint
size MKMapSize
Результат System.Runtime.InteropServices

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

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

The origin point of the rectangle.
public MKMapPoint,Monobjc.MapKit origin
Результат MKMapPoint

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

The width and height of the rectangle, starting from the origin point.
public MKMapSize,Monobjc.MapKit size
Результат MKMapSize