Name | Description | |
---|---|---|
FillMode | Gets or sets a FillMode enumeration that determines how the interiors of shapes in this GraphicsPath are filled. | |
Path | Gets the current graphics path. |
The following tables list the members exposed by PathEx.
Name | Description | |
---|---|---|
FillMode | Gets or sets a FillMode enumeration that determines how the interiors of shapes in this GraphicsPath are filled. | |
Path | Gets the current graphics path. |
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 PathEx | |
AddLines | Appends multiple line segments to this PathEx | |
AddLineTo | Adds line from path's current end point to the specified point | |
AddPath | Appends the specified PathEx object to this path | |
AddRectangle | Appends rectangle to this PathEx | |
Clone | Creates an exact copy of this PathEx | |
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. | |
CreatePath | Allows creation of a new instance of PathEx | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
GetBounds | Returns a a rectanlge bounding this path | |
IsVisible | Indicated whether the specifies System.Drawing.PointF is contained withing this path. | |
Transform | Applies a transform matrix to this object |
Implicit Type Conversion | Custom convertion operator |