C# Class Rooler.IntPoint

Mostrar archivo Open project: peteblois/rooler Class Usage Examples

Public Methods

Method Description
Equals ( IntPoint value ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
IntPoint ( int x, int y ) : System
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

IntPoint() public method

public IntPoint ( int x, int y ) : System
x int
y int
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool