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

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

Parameters

rect
Type: System.DrawingRectangleF
A rectangle to draw.

Implements

IDeviceAddRect(RectangleF)
See Also