C# Class D3Bit.Screenshot.RECT

Show file Open project: CreepGin/D3Bit

Public Methods

Method Description
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

Method Details

Equals() public method

public Equals ( RECT Rectangle ) : bool
Rectangle RECT
return bool

Equals() public method

public Equals ( object Object ) : bool
Object object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

RECT() public method

public RECT ( RECT Rectangle ) : System
Rectangle RECT
return System

RECT() public method

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

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool