EVO HTML to PDF Converter

RectangleFloat Constructor

Winnovative Client for .NET Documentation
Constructs a rectangle

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public RectangleFloat(
	float x,
	float y,
	float width,
	float height
)

Parameters

x
Type: SystemSingle
Top left corner X coordinate
y
Type: SystemSingle
Top left corner Y coordinate
width
Type: SystemSingle
Rectangle width
height
Type: SystemSingle
Rectangle height
See Also

Reference