C# Class BExplorer.Shell.Interop.NativePoint

Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determines if this NativePoint is equal to another.

GetHashCode ( ) : int

Gets a hash code for the NativePoint.

NativePoint ( int x, int y ) : System

Initialize the NativePoint

operator ( ) : bool

Determines if two NativePoints are equal.

Method Details

Equals() public méthode

Determines if this NativePoint is equal to another.
public Equals ( object obj ) : bool
obj object Another NativePoint to compare
Résultat bool

GetHashCode() public méthode

Gets a hash code for the NativePoint.
public GetHashCode ( ) : int
Résultat int

NativePoint() public méthode

Initialize the NativePoint
public NativePoint ( int x, int y ) : System
x int The x coordinate of the point.
y int The y coordinate of the point.
Résultat System

operator() public static méthode

Determines if two NativePoints are equal.
public static operator ( ) : bool
Résultat bool