Constructs a rectangle element

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public RectangleElement(
	float x,
	float y,
	float width,
	float height
)
Visual Basic
Public Sub New ( 
	x As Single,
	y As Single,
	width As Single,
	height As Single
)
Visual C++
public:
RectangleElement(
	float x, 
	float y, 
	float width, 
	float height
)

Parameters

x
Type: System..::..Single
The X coordinate
y
Type: System..::..Single
The Y coordinate
width
Type: System..::..Single
The rectangle width
height
Type: System..::..Single
The rectangle height

See Also