Appends an ellipse specified by a bounding
RectangleF
structure to the current path.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void AppendEllipse(
RectangleF boundingRectangle
)
VB
Public Sub AppendEllipse (
boundingRectangle As RectangleF
)
Parameters
- boundingRectangle
- Type: System.Drawing.RectangleF
RectangleF structure
that defines the boundaries of the ellipse.
Remarks
See Also