名前 | 解説 | |
---|---|---|
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. |