C# Class Treefrog.Framework.Imaging.Point

Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Méthodes publiques

Свойство Type Description
Zero Point

Méthodes publiques

Méthode 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 méthode

public Equals ( Point other ) : bool
other Point
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Point() public méthode

public Point ( int x, int y ) : System
x int
y int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Zero public_oe static_oe property

public static Point Zero
Résultat Point