C# Class ClipperLib.IntPoint

Exibir arquivo Open project: iNiKe/clipper Class Usage Examples

Public Properties

Property Type Description
X System.Int64
Y System.Int64

Public Methods

Method Description
IntPoint ( System.Int64 X, System.Int64 Y ) : System
IntPoint ( IntPoint pt ) : System

Method Details

IntPoint() public method

public IntPoint ( System.Int64 X, System.Int64 Y ) : System
X System.Int64
Y System.Int64
return System

IntPoint() public method

public IntPoint ( IntPoint pt ) : System
pt IntPoint
return System

Property Details

X public_oe property

public Int64,System X
return System.Int64

Y public_oe property

public Int64,System Y
return System.Int64