EVO HTML to PDF Converter

PointFloat Constructor

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

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_NetCore (in EvoHtmlToPdfClient_NetCore.dll) Version: 9.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