Table of Contents

Method CreateArcPathGeometry

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

CreateArcPathGeometry(IDirect2DFactory, Point2Float, Point2Float, SizeFloat, float, SweepDirection, ArcSize)

public static IPathGeometry CreateArcPathGeometry(this IDirect2DFactory factory, Point2Float startPoint, Point2Float endPoint, SizeFloat size, float rotationAngle, SweepDirection sweepDirection, ArcSize arcSize)

Parameters

factory IDirect2DFactory
startPoint Point2Float
endPoint Point2Float
size SizeFloat
rotationAngle float
sweepDirection SweepDirection
arcSize ArcSize

Returns

IPathGeometry

CreateArcPathGeometry(IDirect2DFactory, Point2Float, in ArcSegment)

public static IPathGeometry CreateArcPathGeometry(this IDirect2DFactory factory, Point2Float startPoint, in ArcSegment arc)

Parameters

factory IDirect2DFactory
startPoint Point2Float
arc ArcSegment

Returns

IPathGeometry