[]
Contains extension methods for IPath.
public static class IPathExt
Public Module IPathExt
| Name | Description |
|---|---|
| AddEllipse(IPath, RectangleF, FigureEnd) | Adds ellipse figure to the path.
Note! Method calls BeginFigure(PointF) and EndFigure(FigureEnd),
|
| AddRect(IPath, RectangleF, FigureEnd) | Adds rect figure to the path.
Note! Method calls BeginFigure(PointF) and EndFigure(FigureEnd),
|