Skip to content

TBLPathCmd

Path command.

Definition

Unit: Blend2D

type TBLPathCmd = (Move, OnPath, Quad, Conic, Cubic, Close, Weight, Preserve)

Enumeration Values

Move (0)

Move-to command (starts a new figure).


OnPath (1)

On-path command (interpreted as line-to or the end of a curve).


Quad (2)

Quad-to control point.


Conic (3)

Conic-to control point


Cubic (4)

Cubic-to control point (always used as a pair of commands).


Close (5)

Close path.


Weight (6)

Conic weight.


Preserve = Integer($FFFFFFFF

Used by TBLPath.SetVertexAt to preserve the current command value.