Represents a path.
The following tables list the members exposed by the Path type.
Name | Description | |
---|---|---|
Initializes a new instance of the Path class. |
Name | Description | |
---|---|---|
Gets or sets the brush used to fill a closed path. |
||
Gets or sets the index of the grid column this component is contained in. (Inherited from ComponentBase.) |
||
Gets or sets the index of the grid row this component is contained in. (Inherited from ComponentBase.) |
||
Gets or sets the component's horizontal alignment. (Inherited from ComponentBase.) |
||
Gets or sets the pen used to draw the path. |
||
Gets or sets the text displayed inside this path. |
||
Gets or sets the component's vertical alignment. (Inherited from ComponentBase.) |
||
Gets or sets the visibility of this component. (Inherited from ComponentBase.) |
Name | Description | |
---|---|---|
Adds an ellipse figure to the path. |
||
Adds a rectangle figure to the path. |
||
Draws an arc. |
||
Draws a cubic bezier curve. |
||
Creates a Path object identical to the current object. |
||
Closes the path. |
||
Ends the path definition. |
||
Gets a value indicating whether this Path is empty. |
||
Gets the bounding rect of the path. |
||
Begins a path or resets the current path. |
||
Draws a line from the current point to the specified location. |
||
Moves the path to the specified location. |
||
Draws a quadratic bezier curve. |