C# Class PointerDeviceDriver.PointStruct

Afficher le fichier Open project: Invenietis/ck-certified Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
PointStruct ( int x, int y ) : System

Method Details

PointStruct() public méthode

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

Property Details

X public_oe property

X coordinate of the point.
public int X
Résultat int

Y public_oe property

Y coordinate of the point.
public int Y
Résultat int