EVO HTML to PDF Converter

RectangleElement Constructor (Single, Single, Single, Single)

Winnovative Client for .NET Documentation
Constructs a rectangle element based on the rectangle top left corner coordinates, width and height

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

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

Parameters

x
Type: SystemSingle
The X coordinate
y
Type: SystemSingle
The Y coordinate
width
Type: SystemSingle
The rectangle width
height
Type: SystemSingle
The rectangle height
See Also

Reference