[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.IPathExt

IPathExt Class

Contains extension methods for IPath.

Inheritance
IPathExt
Namespace: GrapeCity.Documents.Drawing
Assembly: DS.Documents.Imaging.dll
Syntax
public static class IPathExt
Public Module IPathExt

Methods

Name Description
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).

AddRect(IPath, RectangleF, FigureEnd)

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