Click or drag to resize

PdfPoint Constructor (PdfPoint)

Initializes a new instance of the PdfPoint class using another point.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public PdfPoint(
	PdfPoint other
)

Parameters

other
Type: Opait.Pdf.ApiPdfPoint
Clones this point.
See Also