class SvgPath

in global :: Sandbox . Utility . Svg

A shape in a , described as a vector path.


public PathFillType FillType { get; }

How to determine which sections of the path are filled.

public IReadOnlyList<PathCommand> Commands { get; }

Description of how the path is constructed out of basic elements.

public bool IsEmpty { get; }

If true, this path has no commands.

public Rect Bounds { get; }

Enclosing bounding box for this path.

public Nullable<Color> StrokeColor { get; }

Optional outline color for this path.

public Nullable<Color> FillColor { get; }

Optional fill color for this path.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.