Skip to content

TBLPathReverseMode

Path reversal mode.

Definition

Unit: Blend2D

type TBLPathReverseMode = (Complete, Separate)

Enumeration Values

Complete (0)

Reverse each figure and their order as well (default).


Separate (1)

Reverse each figure separately (keeps their order).