Appends a rectangle to the current path as a complete subpath.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxvoid AddRect(
RectangleF rect
)
Sub AddRect (
rect As RectangleF
)
void AddRect(
RectangleF rect
)
abstract AddRect :
rect : RectangleF -> unit
Parameters
- rect
- Type: System.DrawingRectangleF
A rectangle to draw.
See Also