Table of Contents

Method AddMove

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

AddMove(ISvgPathData, SvgPathCommandSuffix, float, float)

Starts a new subpath at the coordinate (x y).

public static void AddMove(this ISvgPathData svgPathData, SvgPathCommandSuffix suffix, float x, float y)

Parameters

svgPathData ISvgPathData
suffix SvgPathCommandSuffix
x float
y float