PointFloat Constructor

Constructs a point with the given coordinates

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public PointFloat(
	float x,
	float y
)

Parameters

x  Single
The X coordinate
y  Single
The Y coordinate

See Also