C# Класс BExplorer.Shell.Interop.NativePoint

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Equals() публичный Метод

Determines if this NativePoint is equal to another.
public Equals ( object obj ) : bool
obj object Another NativePoint to compare
Результат bool

GetHashCode() публичный Метод

Gets a hash code for the NativePoint.
public GetHashCode ( ) : int
Результат int

NativePoint() публичный Метод

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.
Результат System

operator() публичный статический Метод

Determines if two NativePoints are equal.
public static operator ( ) : bool
Результат bool