IPath class
IPath class
Represents a path for defining shapes or outlines.
The IPath type exposes the following members:
Properties
Property | Description |
---|---|
fill_mode | Gets or sets the fill rule for the path. See FillRule . |
is_empty | Gets a value indicating whether the path is empty. |
native_object | Gets the native representation of the path object. |
Methods
Method | Description |
---|---|
arc | Adds a circular arc to the path. |
arc | Adds a circular arc to the path. |
ellipse | Adds an elliptical arc to the path. |
ellipse | Adds an elliptical arc to the path. |
add_path | Adds the specified path to the current path, applying the given transformation. |
clear | Clears the contents of the path. |
close | Closes the current subpath by connecting the current point to the starting point. |
move_to | Moves the current point to the specified coordinates. |
line_to | Adds a straight line segment from the current point to the specified coordinates. |
transform | Applies the specified transformation to the path. |
quadratic_curve_to | Adds a quadratic Bézier curve segment to the path. |
bezier_curve_to | Adds a cubic Bézier curve segment to the path. |
arc_to | Adds an arc segment to the path. |
rect | Adds a rectangle to the path. |
See Also
- module
aspose.svg.rendering
- class
FillRule