Table of Contents

Method CreateCurvePathGeometry

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.Framework.dll

CreateCurvePathGeometry(IDirect2DFactory, ReadOnlySpan<Point2Float>, FillMode)

public static IPathGeometry CreateCurvePathGeometry(this IDirect2DFactory factory, ReadOnlySpan<Point2Float> points, FillMode fillMode = FillMode.Alternate)

Parameters

factory IDirect2DFactory
points ReadOnlySpan<Point2Float>
fillMode FillMode

Returns

IPathGeometry