C# Class LeagueMaster.RECT

Exibir arquivo Open project: Hebo/LeagueMaster Class Usage Examples

Public Methods

Method Description
Equals ( RECT Rectangle ) : bool
Equals ( object Object ) : bool
FromRectangle ( global Rectangle ) : RECT
GetHashCode ( ) : int
RECT ( global rectangle ) : System
RECT ( int left, int top, int right, int bottom ) : System
ToRectangle ( ) : global::System.Drawing.Rectangle
ToRectangle ( RECT Rectangle ) : global::System.Drawing.Rectangle
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

FromRectangle() public static method

public static FromRectangle ( global Rectangle ) : RECT
Rectangle global
return RECT

GetHashCode() public method

public GetHashCode ( ) : int
return int

RECT() public method

public RECT ( global rectangle ) : System
rectangle global
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

ToRectangle() public method

public ToRectangle ( ) : global::System.Drawing.Rectangle
return global::System.Drawing.Rectangle

ToRectangle() public static method

public static ToRectangle ( RECT Rectangle ) : global::System.Drawing.Rectangle
Rectangle RECT
return global::System.Drawing.Rectangle

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool