Click or drag to resize
CanvasSvgPathAttribute Methods

The CanvasSvgPathAttribute type exposes the following members.

Methods
  NameDescription
Public methodClone
[Win10_15063] Creates a clone of this attribute value.
Public methodCreatePathGeometry
[Win10_15063] Creates a path geometry object representing the path data.
Public methodCreatePathGeometry(CanvasFilledRegionDetermination)
[Win10_15063] Creates a path geometry object representing the path data, using the specified CanvasFilledRegionDetermination.
Public methodDispose
[Win10_15063] Releases all resources used by the CanvasSvgPathAttribute.
Public methodGetCommands
[Win10_15063] Gets commands from the commands array.
Public methodGetElement
[Win10_15063] Returns the element on which this attribute is set.
Public methodGetSegmentData
[Win10_15063] Gets data from the segment data array.
Public methodRemoveCommandsAtEnd
[Win10_15063] Removes commands from the end of the commands array.
Public methodRemoveSegmentDataAtEnd
[Win10_15063] Removes data from the end of the segment data array.
Public methodSetCommands
[Win10_15063] Sets new commands to the commands array.
Public methodSetSegmentData
[Win10_15063] Sets new commands to the segment data array.
Top
See Also