C# 클래스 Monobjc.MapKit.MKMapRect

파일 보기 프로젝트 열기: Monobjc/monobjc

공개 프로퍼티들

프로퍼티 타입 설명
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