C# 클래스 Treefrog.Framework.Imaging.Rectangle

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

공개 프로퍼티들

프로퍼티 타입 설명
Empty Rectangle

공개 메소드들

메소드 설명
Contains ( Point point ) : bool
Equals ( Rectangle other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsAreaEmpty ( Rectangle rect ) : bool
IsAreaNegative ( Rectangle rect ) : bool
IsAreaNegativeOrEmpty ( Rectangle rect ) : bool
Rectangle ( Point location, Size size ) : System
Rectangle ( Point location, int width, int height ) : System
Rectangle ( int x, int y, int width, int height ) : System
ToString ( ) : string
operator ( ) : Rectangle
operator ( ) : bool

메소드 상세

Contains() 공개 메소드

public Contains ( Point point ) : bool
point Point
리턴 bool

Equals() 공개 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsAreaEmpty() 공개 정적인 메소드

public static IsAreaEmpty ( Rectangle rect ) : bool
rect Rectangle
리턴 bool

IsAreaNegative() 공개 정적인 메소드

public static IsAreaNegative ( Rectangle rect ) : bool
rect Rectangle
리턴 bool

IsAreaNegativeOrEmpty() 공개 정적인 메소드

public static IsAreaNegativeOrEmpty ( Rectangle rect ) : bool
rect Rectangle
리턴 bool

Rectangle() 공개 메소드

public Rectangle ( Point location, Size size ) : System
location Point
size Size
리턴 System

Rectangle() 공개 메소드

public Rectangle ( Point location, int width, int height ) : System
location Point
width int
height int
리턴 System

Rectangle() 공개 메소드

public Rectangle ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : Rectangle
리턴 Rectangle

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static Rectangle,Treefrog.Framework.Imaging Empty
리턴 Rectangle