PathCommand
Overview
PathCommand is a class in Aspose.Page FOSS for Python.
Render a path with optional stroke/fill.
Properties: fill, fill_opacity, fill_rule, overprint, path, stroke, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
path | Path | Read | Gets the path. |
stroke | StrokeStyle | None | Read | Gets the stroke. |
fill | Paint | None | Read | Gets the fill. |
fill_rule | str | Read | Gets the fill rule. |
stroke_paint | Paint | None | Read | Gets the stroke paint. |
overprint | bool | Read | Gets the overprint. |
fill_opacity | float | Read | Gets the fill opacity. |
stroke_opacity | float | Read | Gets the stroke opacity. |