C# Class Treefrog.Framework.Imaging.Point

Mostrar archivo Open project: jaquadro/Treefrog Class Usage Examples

Public Properties

Property Type Description
Zero Point

Public Methods

Method Description
Equals ( Point other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Point ( int x, int y ) : System
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public method

public Equals ( Point other ) : bool
other Point
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Point() public method

public Point ( 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

Property Details

Zero public_oe static_oe property

public static Point Zero
return Point