PointFloat Constructor

Creates a point from X and Y coordinates

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PointFloat(
	float x,
	float y
)

Parameters

x  Single
The X coordinate
y  Single
The Y coordinate

See Also