Method AddQuadratic
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.Core.dll
AddQuadratic(ISvgPathData, SvgPathCommandSuffix, float, float, float, float)
Draws a quadratic Bezier curve (x1 y1 x y). The curve ends at (x, y) and is defined by the control point (x1 y1).
public static void AddQuadratic(this ISvgPathData svgPathData, SvgPathCommandSuffix suffix, float x1, float y1, float x, float y)
Parameters
svgPathDataISvgPathDatasuffixSvgPathCommandSuffixx1floaty1floatxfloatyfloat