C# 클래스 Monobjc.Foundation.NSRect64

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

공개 프로퍼티들

프로퍼티 타입 설명
origin NSPoint64
size NSSize64

공개 메소드들

메소드 설명
NSRect64 ( CGFloat x, CGFloat y, CGFloat width, CGFloat height ) : System

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

NSRect64 ( NSPoint64 origin, NSSize64 size ) : System

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

메소드 상세

NSRect64() 공개 메소드

Initializes a new instance of the Monobjc.Foundation.NSRect64 struct.
public NSRect64 ( CGFloat x, CGFloat y, CGFloat width, CGFloat height ) : System
x Monobjc.ApplicationServices.CGFloat The x.
y Monobjc.ApplicationServices.CGFloat The y.
width Monobjc.ApplicationServices.CGFloat The width.
height Monobjc.ApplicationServices.CGFloat The height.
리턴 System

NSRect64() 공개 메소드

Initializes a new instance of the Monobjc.Foundation.NSRect64 struct.
public NSRect64 ( NSPoint64 origin, NSSize64 size ) : System
origin NSPoint64 The origin.
size NSSize64 The size.
리턴 System

프로퍼티 상세

origin 공개적으로 프로퍼티

The origin of the rectangle (its starting x coordinate and y coordinate).
public NSPoint64,Monobjc.Foundation origin
리턴 NSPoint64

size 공개적으로 프로퍼티

The width and height of the rectangle, as measured from the origin.
public NSSize64,Monobjc.Foundation size
리턴 NSSize64