Table of Contents

Method CreatePointCollection

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

CreatePointCollection(ReadOnlySpan<Point2Float>)

Creates a points object which can be used to set a points attribute on a polygon or polyline element.

ISvgPointCollection CreatePointCollection(ReadOnlySpan<Point2Float> points)

Parameters

points ReadOnlySpan<Point2Float>

The points in the point collection.

Returns

ISvgPointCollection