Table of Contents

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 ISvgPathData
suffix SvgPathCommandSuffix
x2 float
y2 float
x float
y float