Click or drag to resize
CanvasSvgPointsAttribute Class
[Win10_15063] Object describing an SVG points value in a polyline or polygon element.
Inheritance Hierarchy
SystemObject
  Microsoft.Graphics.Canvas.SvgCanvasSvgPointsAttribute

Namespace:  Microsoft.Graphics.Canvas.Svg
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public sealed class CanvasSvgPointsAttribute : IDisposable, 
	ICanvasSvgAttribute

The CanvasSvgPointsAttribute type exposes the following members.

Properties
  NameDescription
Public propertyDevice
[Win10_15063] Gets the device with which this attribute is associated.
Public propertyPoints
[Win10_15063] Gets the points array.
Top
Methods
  NameDescription
Public methodClone
[Win10_15063] Creates a clone of this attribute value.
Public methodDispose
[Win10_15063] Releases all resources used by the CanvasSvgPointsAttribute.
Public methodGetElement
[Win10_15063] Returns the element on which this attribute is set.
Public methodGetPoints
[Win10_15063] Gets points from the points array.
Public methodRemovePointsAtEnd
[Win10_15063] Removes points from the end of the array.
Public methodSetPoints
[Win10_15063] Sets points within the points array.
Top
Remarks

This API is only available when running on Windows 10 build 15063 (Creators Update) or greater.

See Also