PDF .NET Library Documentation - PDF Technologies, Inc.
Initializes a new instance of the DoublePoint class

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public DoublePoint(
	double X,
	double Y
)
Visual Basic (Declaration)
Public Sub New ( _
	X As Double, _
	Y As Double _
)
Visual C++
public:
DoublePoint(
	double X, 
	double Y
)

Parameters

X
Type: System..::.Double
Y
Type: System..::.Double

See Also