pathSegType property
Gets the type of the path segment.
![]() ![]() |
Syntax
HRESULT value = object.put_pathSegType(short v);HRESULT value = object.get_pathSegType(short* p);
Property values
Type: short
The type of the path segment, as specified by one of the SVGPathSeg constants.
Standards information
- Scalable Vector Graphics: Paths, Section 8.5.1
Show:

