C# 클래스 D3Bit.Screenshot.RECT

파일 보기 프로젝트 열기: CreepGin/D3Bit

공개 메소드들

메소드 설명
Equals ( RECT Rectangle ) : bool
Equals ( object Object ) : bool
GetHashCode ( ) : int
RECT ( RECT Rectangle ) : System
RECT ( int Left, int Top, int Right, int Bottom ) : System
ToString ( ) : string
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

RECT() 공개 메소드

public RECT ( RECT Rectangle ) : System
Rectangle RECT
리턴 System

RECT() 공개 메소드

public RECT ( int Left, int Top, int Right, int Bottom ) : System
Left int
Top int
Right int
Bottom int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool