[]
Adds rect figure to the path.
Note! Method calls BeginFigure(PointF) and EndFigure(FigureEnd),
figureEnd used as parameter for EndFigure(FigureEnd).
public static void AddRect(this IPath path, RectangleF bounds, FigureEnd figureEnd)
| Type | Name | Description |
|---|---|---|
| IPath | path | The IPath. |
| RectangleF | bounds | The rectangle bounds. |
| FigureEnd | figureEnd | The parameter of called EndFigure(FigureEnd). |