C# 클래스 Monobjc.MapKit.MKMapSize

파일 보기 프로젝트 열기: Monobjc/monobjc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
height double
width double

공개 메소드들

메소드 설명
MKMapSize ( double width, double height ) : System.Runtime.InteropServices

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

메소드 상세

MKMapSize() 공개 메소드

Initializes a new instance of the Monobjc.GLKit.MKMapSize struct.
public MKMapSize ( double width, double height ) : System.Runtime.InteropServices
width double
height double
리턴 System.Runtime.InteropServices

프로퍼티 상세

height 공개적으로 프로퍼티

The height value. The units of this value are map points.
public double height
리턴 double

width 공개적으로 프로퍼티

The width value. The units of this value are map points.
public double width
리턴 double