C# 클래스 Monobjc.Foundation.NSSize64

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
NSSize64 ( CGFloat width, CGFloat height ) : System.Runtime.InteropServices

Initializes a new instance of the Monobjc.Foundation.NSSize64 struct.

메소드 상세

NSSize64() 공개 메소드

Initializes a new instance of the Monobjc.Foundation.NSSize64 struct.
public NSSize64 ( CGFloat width, CGFloat height ) : System.Runtime.InteropServices
width Monobjc.ApplicationServices.CGFloat The width.
height Monobjc.ApplicationServices.CGFloat The height.
리턴 System.Runtime.InteropServices

프로퍼티 상세

height 공개적으로 프로퍼티

The height.
public double height
리턴 double

width 공개적으로 프로퍼티

The width.
public double width
리턴 double