The following tables list the members exposed by IPathEx.
Name | Description | |
---|---|---|
FillMode | Gets or sets a FillMode enumeration that determines how the interiors of shapes in this GraphicsPath are filled. |
Name | Description | |
---|---|---|
AddArc | Appends an elliptical arc to the current figure | |
AddCurve | Adds a spline curve to the current figure | |
AddEllipse | Adds an ellipse to the current path | |
AddLine | Appends a line segment to this DDPath | |
AddLines | Appends multiple line segments to this DDPath | |
AddLineTo | Adds line from path's current end point to the specified point | |
AddPath | Appends the specified DDPath object to this path | |
AddRectangle | Appends rectangle to this path | |
Clone | Creates an exact copy of this IPathEx | |
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. | |
GetBounds |
Returns a rectangle bounding this path.
| |
IsVisible | Indicated whether the specifies System.Drawing.PointF is contained withing this path. |