Name | Description | |
---|---|---|
PathEx Constructor | Overloaded. |
The following tables list the members exposed by PathEx.
Name | Description | |
---|---|---|
PathEx Constructor | Overloaded. |
Name | Description | |
---|---|---|
FillMode | ||
IsEmpty | ||
PathPoints | Gets current path points. | |
Segments | Gets internal path representation. |
Name | Description | |
---|---|---|
AddArc | Overloaded. Adds arc. | |
AddBeziers | Adds curve as already calculated beziers (start, control, control, end-start, control, control, end-start ...). | |
AddCurve | Adds spline curve. | |
AddEllipse | Adds ellipse to rectangle. | |
AddLine | Adds line from point to point. | |
AddLines | Adds polyline. | |
AddLineTo | Adds line from last point to point. | |
AddPath | Overloaded. Appends path. | |
AddPolygon | Adds polygon. | |
AddRectangle | Adds rectangle and closes the figure. | |
Clone | ||
CloseAllFigures | Closes all figures in current path. | |
CloseFigure | Closes only last figure. | |
Flatten | Overloaded. Break beziers to lines. | |
GetBounds | Evaluates the bounds of the figure specified by the given path. | |
IsVisible | Contains point implementation. | |
Reverse | Reverses the order of points in the path. | |
StartFigure | Starts a new figure without closing the current figure. All subsequent points added to the path are added to this new figure. | |
ToString | ||
Transform | Applies transformation. | |
Translate | Translates the path by the given offset. | |
Widen |