C# 클래스 CrossUI.Drawing.Bounds

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

공개 프로퍼티들

프로퍼티 타입 설명
LeftTop Point
RightBottom Point

공개 메소드들

메소드 설명
Bounds ( Point leftTop, Point rightBottom ) : System.Globalization
Bounds ( double left, double top, double right, double bottom ) : System.Globalization
Equals ( Bounds other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToRectangle ( ) : Rectangle
ToString ( ) : string
operator ( ) : bool

비공개 메소드들

메소드 설명
tos ( double d ) : string

메소드 상세

Bounds() 공개 메소드

public Bounds ( Point leftTop, Point rightBottom ) : System.Globalization
leftTop Point
rightBottom Point
리턴 System.Globalization

Bounds() 공개 메소드

public Bounds ( double left, double top, double right, double bottom ) : System.Globalization
left double
top double
right double
bottom double
리턴 System.Globalization

Equals() 공개 메소드

public Equals ( Bounds other ) : bool
other Bounds
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToRectangle() 공개 메소드

public ToRectangle ( ) : Rectangle
리턴 Rectangle

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

LeftTop 공개적으로 프로퍼티

public Point,CrossUI.Drawing LeftTop
리턴 Point

RightBottom 공개적으로 프로퍼티

public Point,CrossUI.Drawing RightBottom
리턴 Point