C# Class Hawkeye.WinApi.POINT

Afficher le fichier Open project: odalet/Hawkeye2 Class Usage Examples

Méthodes publiques

Свойство Type Description
X int
Y int

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to this instance.

FromPoint ( Point pt ) : POINT
GetHashCode ( ) : int

Returns a hash code for this instance.

POINT ( int x, int y ) : System
ToPoint ( ) : Point
ToString ( ) : string

Method Details

Equals() public méthode

Determines whether the specified System.Object is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Résultat bool

FromPoint() public static méthode

public static FromPoint ( Point pt ) : POINT
pt Point
Résultat POINT

GetHashCode() public méthode

Returns a hash code for this instance.
public GetHashCode ( ) : int
Résultat int

POINT() public méthode

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

ToPoint() public méthode

public ToPoint ( ) : Point
Résultat Point

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int