Name | Description | |
---|---|---|
![]() | GraphicsPath Constructor |
The following tables list the members exposed by GraphicsPath.
Name | Description | |
---|---|---|
![]() | GraphicsPath Constructor |
Name | Description | |
---|---|---|
![]() | PathPoints | Gets the points in the path. |
![]() | PathTypes |
Name | Description | |
---|---|---|
![]() | AddArc | Appends an elliptical arc to the current figure. |
![]() | AddBeziers | Adds a sequence of connected cubic Bézier curves to the current figure. |
![]() | AddCurve | Adds a spline curve to the current figure. A cardinal spline curve is used because the curve travels through each of the points in the array. |
![]() | AddEllipse | Adds an ellipse to the current path. |
![]() | AddLine | Overloaded. Appends a line segment to this GraphicsPath. |
![]() | AddLines | Appends a series of connected line segments to the end of this GraphicsPath. |
![]() | AddPath | Appends the specified GraphicsPath to this path. |
![]() | AddPolygon | Adds a polygon to this path. |
![]() | AddRectangle | Adds a rectangle to this path and closes the figure. |
![]() | Clone | Creates an exact copy of this path. |
![]() | CloseAllFigures | Closes all open figures in this path and starts a new figure. It closes each open figure by connecting a line from its endpoint to its starting point. |
![]() | CloseFigure | 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. |
![]() | Dispose | |
![]() | Flatten | Converts each curve in this path into a sequence of connected line segments. |
![]() | GetBounds | Returns a rectangle that bounds this GraphicsPath. |
![]() | GetLastPoint | Gets the last point in the PathPoints array of this GraphicsPath. |
![]() | IsVisible | Indicates whether the specified point is contained within this GraphicsPath. |
![]() | Reverse | Reverses the order of points in the PathPoints array of this GraphicsPath. |
![]() | Transform | Applies a transform matrix to this GraphicsPath. |
![]() | Widen | Replaces this path with sequence of connected line segments that enclose the area. |