Name | Description | |
---|---|---|
PathBuilder Constructor | Initializes a new instance of the PathBuilder class. |
The following tables list the members exposed by PathBuilder.
Name | Description | |
---|---|---|
PathBuilder Constructor | Initializes a new instance of the PathBuilder class. |
Name | Description | |
---|---|---|
FigureHasSegments | Gets a value indicating if the active figure contains one or more segments. | |
Figures | Gets the list of figures to be converted to a path. | |
FigureStarted | Gets a value indicating if there is an active figure to update. |
Name | Description | |
---|---|---|
AddArc | Adds a single arc to the path geometry. | |
AddCubicBezier | Creates a cubic Bezier curve and adds it to the figure. | |
AddCubicBeziers | Creates a sequence of cubic Bezier curves and adds them to the figure. | |
AddFigure | Adds an existing figure to the path. | |
AddFigures | Adds one or several existing figures to the path. | |
AddLine | Overloaded. Creates a line segment between the current point and the specified end point and adds it to the figure. | |
AddLines | Creates a sequence of lines using the specified points and adds them to the figure. | |
AddQuadraticBezier | Creates a quadratic Bezier curve and adds it to the figure. | |
AddQuadraticBeziers | Creates a sequence of quadratic Bezier curves and adds them to the figure. | |
BeginFigure | Overloaded. Starts a new figure at the specified point. | |
CancelFigure | Discards the active figure. | |
Clear | Clears the list of figures and all pending changes. | |
EndFigure | Ends the current figure; optionally, closes it. | |
ToPath | Overloaded. Creates a GraphicsPath from the current set of figures. |