EVO HTML to PDF Converter

PointFloat Constructor

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

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.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