Method AddCubicSmooth
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.Core.dll
AddCubicSmooth(ISvgPathData, SvgPathCommandSuffix, float, float, float, float)
Draws a smooth cubic Bezier curve (x2 y2 x y). The curve ends at (x, y) and is defined by the control point (x2, y2).
public static void AddCubicSmooth(this ISvgPathData svgPathData, SvgPathCommandSuffix suffix, float x2, float y2, float x, float y)
Parameters
svgPathData
ISvgPathDatasuffix
SvgPathCommandSuffixx2
floaty2
floatx
floaty
float