C# Class Rooler.IntRect

Mostrar archivo Open project: peteblois/rooler Class Usage Examples

Public Methods

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

Method Details

Equals() public method

public Equals ( IntRect value ) : bool
value IntRect
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

IntRect() public method

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

ToString() public method

public ToString ( ) : string
return string

Union() public method

public Union ( IntRect rect ) : void
rect IntRect
return void

operator() public static method

public static operator ( ) : bool
return bool