Method UpdateCommands
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
UpdateCommands(ReadOnlySpan<SvgPathCommand>, int)
Updates the commands array. Existing commands not updated by this method are preserved. The array is resized larger if necessary to accommodate the new commands.
void UpdateCommands(ReadOnlySpan<SvgPathCommand> commands, int startIndex = 0)
Parameters
commands
ReadOnlySpan<SvgPathCommand>startIndex
int