EVO PDF Logo

PointFloat Constructor

EVO PDF Client for .NET Core
Constructs a point with the given coordinates

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public PointFloat(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
The X coordinate
y
Type: SystemSingle
The Y coordinate
See Also

Reference