[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.IPathExt.AddEllipse

AddEllipse Method

AddEllipse(IPath, RectangleF, FigureEnd)

Adds ellipse figure to the path. Note! Method calls BeginFigure(PointF) and EndFigure(FigureEnd), figureEnd used as parameter for EndFigure(FigureEnd).

Declaration
public static void AddEllipse(this IPath path, RectangleF bounds, FigureEnd figureEnd)
Public Shared Sub AddEllipse(path As IPath, bounds As RectangleF, figureEnd As FigureEnd)
Parameters
Type Name Description
IPath path

The IPath.

RectangleF bounds

The ellipse's bounds.

FigureEnd figureEnd

The parameter of called EndFigure(FigureEnd).