PdfPoint Constructor (PdfPoint)

Initializes a new instance of the PdfPoint struct from the specified PdfPoint.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfPoint(
	PdfPoint pt
)
VB
Public Sub New ( 
	pt As PdfPoint
)

Parameters

pt
Type: BitMiracle.Docotic.Pdf.PdfPoint
The PdfPoint from which to initialize this PdfPoint struct.

See Also