Table of Contents

Method AddArc

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.Core.dll

AddArc(ISvgPathData, SvgPathCommandSuffix, float, float, float, bool, bool, float, float)

Draws an elliptical arc (rx ry x-axis-rotation large-arc-flag sweep-flag x y). The curve ends at (x, y) and is defined by the arc parameters.

public static void AddArc(this ISvgPathData svgPathData, SvgPathCommandSuffix suffix, float rx, float ry, float xAxisRotation, bool isLargeArg, bool sweep, float x, float y)

Parameters

svgPathData ISvgPathData
suffix SvgPathCommandSuffix
rx float
ry float
xAxisRotation float
isLargeArg bool
sweep bool
x float
y float