class
SvgPath
public class SvgPath A shape in a SvgDocument, described as a vector path.
Properties
| Name | Type | Description |
|---|---|---|
FillType | PathFillType | How to determine which sections of the path are filled. |
Commands | IReadOnlyList<PathCommand> | Description of how the path is constructed out of basic elements. |
IsEmpty | Boolean | If true, this path has no commands. |
Bounds | Rect | Enclosing bounding box for this path. |
StrokeColor | Color? | Optional outline color for this path. |
FillColor | Color? | Optional fill color for this path. |