名前 | 解説 | |
---|---|---|
PathBuilder コンストラクタ | Initializes a new instance of the PathBuilder class. |
PathBuilderデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
PathBuilder コンストラクタ | Initializes a new instance of the PathBuilder class. |
名前 | 解説 | |
---|---|---|
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. |
名前 | 解説 | |
---|---|---|
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 | オーバーロードされます。 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 | オーバーロードされます。 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 | オーバーロードされます。 Creates a GraphicsPath from the current set of figures. |