Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / IPathExt Class / AddEllipse Method
The IPath.
The ellipse's bounds.
The parameter of called IPath.EndFigure.

In This Topic
    AddEllipse Method
    In This Topic
    Adds ellipse figure to the path. Note! Method calls BeginFigure and IPath.EndFigure, figureEnd used as parameter for IPath.EndFigure.
    Syntax
    'Declaration
     
    Public Shared Sub AddEllipse( _
       ByVal path As IPath, _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal figureEnd As FigureEnd _
    ) 
    public static void AddEllipse( 
       IPath path,
       System.Drawing.RectangleF bounds,
       FigureEnd figureEnd
    )

    Parameters

    path
    The IPath.
    bounds
    The ellipse's bounds.
    figureEnd
    The parameter of called IPath.EndFigure.
    See Also