C# Class ClipperLib.IntPoint

Afficher le fichier Open project: iNiKe/clipper Class Usage Examples

Méthodes publiques

Свойство Type Description
X System.Int64
Y System.Int64

Méthodes publiques

Méthode Description
IntPoint ( System.Int64 X, System.Int64 Y ) : System
IntPoint ( IntPoint pt ) : System

Method Details

IntPoint() public méthode

public IntPoint ( System.Int64 X, System.Int64 Y ) : System
X System.Int64
Y System.Int64
Résultat System

IntPoint() public méthode

public IntPoint ( IntPoint pt ) : System
pt IntPoint
Résultat System

Property Details

X public_oe property

public Int64,System X
Résultat System.Int64

Y public_oe property

public Int64,System Y
Résultat System.Int64