IDeviceAddRect Method
Appends a rectangle to the current path as a complete subpath.

Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
void AddRect(
	RectangleF rect
)

Parameters

rect
Type: System.DrawingRectangleF
A rectangle to draw.
See Also