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
ISvgPathDatasuffix
SvgPathCommandSuffixrx
floatry
floatxAxisRotation
floatisLargeArg
boolsweep
boolx
floaty
float