C# 클래스 Monobjc.ApplicationServices.CGRect64

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

공개 프로퍼티들

프로퍼티 타입 설명
origin CGPoint64
size CGSize64

공개 메소드들

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

Initializes a new instance of the Monobjc.ApplicationServices.CGRect64 struct.

CGRect64 ( CGPoint64 origin, CGSize64 size ) : System.Runtime.InteropServices

Initializes a new instance of the Monobjc.ApplicationServices.CGRect64 struct.

메소드 상세

CGRect64() 공개 메소드

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

CGRect64() 공개 메소드

Initializes a new instance of the Monobjc.ApplicationServices.CGRect64 struct.
public CGRect64 ( CGPoint64 origin, CGSize64 size ) : System.Runtime.InteropServices
origin CGPoint64 The origin.
size CGSize64 The size.
리턴 System.Runtime.InteropServices

프로퍼티 상세

origin 공개적으로 프로퍼티

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

size 공개적으로 프로퍼티

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