Appends a rectangle specified by a
RectangleF
structure to the current path as a complete subpath.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void AppendRectangle(
RectangleF rect
)
VB
Public Sub AppendRectangle (
rect As RectangleF
)
Parameters
- rect
- Type: System.Drawing.RectangleF
A RectangleF structure that
represents the rectangle to append.
Remarks
See Also