Interface ISvgPointCollection
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Interface describing an SVG points value in a polyline or polygon element.
ID2D1SvgPointCollection
public interface ISvgPointCollection : ISvgAttribute, IDirect2DResource, IObjectRef, IIsDisposed, IDisposable, IFactoryProperty, IInternalImpl, ICloneable
- Inherited Members
- Extension Methods
Properties
- PointsCount
Gets the number of points in the array.
Methods
- Clone()
Creates a clone of this attribute value. On creation, the cloned attribute is not set on any element.
- GetPoints(Span<Point2Float>, int)
Gets points from the points array.
- RemovePointsAtEnd(int)
Removes points from the end of the array.
- UpdatePoints(ReadOnlySpan<Point2Float>, int)
Updates the points array. Existing points not updated by this method are preserved. The array is resized larger if necessary to accommodate the new points.