C# 클래스 Cocoa.Size

파일 보기 프로젝트 열기: mono/cocoa-sharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Height float
Width float

공개 메소드들

메소드 설명
Size ( float width, float height ) : Cocoa

메소드 상세

Size() 공개 메소드

public Size ( float width, float height ) : Cocoa
width float
height float
리턴 Cocoa

프로퍼티 상세

Height 공개적으로 프로퍼티

public float Height
리턴 float

Width 공개적으로 프로퍼티

public float Width
리턴 float