PdfPointF Constructor

Initializes a new instance of the PdfPointF class

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfPointF(
	float x,
	float y
)

Parameters

x  Single
The X coordinate
y  Single
The Y coordinate

See Also