DXGraphicsPath Methods
Defines a series of connected lines and curves.
Name | Description |
---|---|
Add |
Appends an elliptical arc to the current figure. |
Add |
Appends an elliptical arc to the current figure. |
Add |
Adds a cubic Bezier curve to the current figure. |
Add |
Adds a cubic Bezier curve to the current figure. |
Add |
Adds a sequence of connected cubic Bezier curves to the current figure. |
Add |
Adds a spline curve to the current figure. |
Add |
Adds a spline curve to the current figure. |
Add |
Adds an ellipse to the current path. |
Add |
Adds an ellipse to the current path. |
Add |
Appends a line segment to the figure. |
Add |
Appends a line segment to the figure. |
Add |
Appends a line segment to the figure. |
Add |
Appends a sequence of lines and curves to this path. |
Add |
Adds the outline of a pie shape to this path. |
Add |
Adds the outline of a pie shape to this path. |
Add |
Adds a polygon to the figure. |
Add |
Adds a rectangle to a figure. |
Add |
Adds a series of rectangles to this path. |
Add |
Adds a text string to this path. |
Add |
Adds a text string to this path. |
Clone() |
Clones the DXGraphics object.
|
Close |
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() |
Disposes of the DXGraphics object.
|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Flatten() | Converts each curve in the path into a sequence of connected line segments. |
Flatten |
Applies the specified transform and converts each curve in this Graphics into a sequence of connected line segments.
|
Flatten |
Applies the specified transform and converts each curve in the Graphics into a sequence of connected line segments.
|
Get |
Returns bounds of this Graphics instance.
|
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the last point in the Path |
Get |
Gets a path data (a list of points and types) for this Graphics .
|
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Indicates whether the DXGraphics instance contains the specified point.
|
Is |
Indicates whether the DXGraphics instance contains the specified point.
|
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() | Reverts properties of the current object to default values. |
Start |
Starts a new figure without closing the current figure. All subsequent points added to the path are added to this new figure. |
To |
Returns a string that represents the current object. Inherited from Object. |
Transform |
Applies a transform matrix to this Graphics .
|
Widen |
Adds an additional outline to the DXGraphics object.
|
Widen |
Adds an additional outline to the path. |
See Also