Represents a series of connected lines and curves.
The following tables list the members exposed by the IGraphicsPath type.
Name | Description | |
---|---|---|
![]() |
Gets the points in the path. |
|
![]() |
Gets the number of points in the path. |
Name | Description | |
---|---|---|
![]() |
Overloaded. Appends an elliptical arc to the current figure. |
|
![]() |
Overloaded. Appends a cubic Bézier curve to the current figure. |
|
![]() |
Adds a sequence of connected cubic Bézier curves to the current figure. |
|
![]() |
Overloaded. Appends an ellipse to the current path. |
|
![]() |
Overloaded. Appends a line segment to the current figure. |
|
![]() |
Appends a series of connected line segments to the end of this IGraphicsPath. |
|
![]() |
Overloaded. Appends a rectangle to this path. |
|
![]() |
Adds a rounded rectangle to this path. |
|
![]() |
Closes the current figure and starts a new figure. If the current figure contains a sequence of connected lines and curves, the method closes the loop by connecting a line from the endpoint to the starting point. |
|
![]() |
Overloaded. Converts each curve in this path into a sequence of connected line segments. |
|
![]() |
Returns a rectangle that bounds this IGraphicsPath. |
|
![]() |
Gets the current last point in the path, if any, otherwise, null. |
|
![]() |
Checks whether this IGraphicsPath intersects with the specified IGraphicsPath. |
|
![]() |
Indicates whether the specified point is contained within this IGraphicsPath. |
|
![]() |
Starts a new figure without closing the current figure. All subsequent points added to the path are added to this new figure. |
|
![]() |
Applies a transform matrix to this IGraphicsPath. |