名前 | 解説 | |
---|---|---|
AddArc | Adds a single arc to the path geometry. | |
AddBezier | Creates a cubic Bezier curve between the current point and the specified end point. | |
AddLine | Creates a line segment between the current point and the specified end point and adds it to the geometry sink. | |
AddQuadraticBezier | Creates a quadratic Bezier curve between the current point and the specified end point. | |
BeginFigure | Starts a new figure at the specified point. | |
CancelFigure | Discards the active figure. | |
Close | Closes the path for modifications. The path cannot be modified after it is closed. | |
Dispose | System.IDisposableから継承されます。 | |
EndFigure | Ends the current figure; optionally, closes it. | |
GetBounds | オーバーロードされます。 Returns a rectangle that bounds this IPath. | |
SetFillMode | Specifies the method used to determine which points are inside the geometry described by this IPath and which points are outside. |