SVGPathSegPathSegType Property
The type of the path segment as specified by one of the constants defined on this interface.

Namespace: Aspose.Svg.Paths
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public ushort PathSegType { get; }

Property Value

Type: UInt16
The type of the path segment.
See Also