PdfPointF Constructor

Initializes a new instance of the PdfPointF class

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public PdfPointF(
	float x,
	float y
)

Parameters

x  Single
The X coordinate
y  Single
The Y coordinate

See Also