C# 클래스 Rooler.IntRect

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

공개 메소드들

메소드 설명
Equals ( IntRect value ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
IntRect ( int left, int top, int width, int height ) : System
ToString ( ) : string
Union ( IntRect rect ) : void
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( IntRect value ) : bool
value IntRect
리턴 bool

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IntRect() 공개 메소드

public IntRect ( int left, int top, int width, int height ) : System
left int
top int
width int
height int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Union() 공개 메소드

public Union ( IntRect rect ) : void
rect IntRect
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool