Skip to content

TBLModifyOp

Modification operation applied to Blend2D containers.

Definition

Unit: Blend2D

type TBLModifyOp = (AssignFit, AssignGrow, AppendFit, AppendGrow)

Enumeration Values

AssignFit (0)

Assign operation, which reserves space only to fit the requested input.


AssignGrow (1)

Assign operation, which takes into consideration successive appends.


AppendFit (2)

Append operation, which reserves space only to fit the current and appended content.


AppendGrow (3)

Append operation, which takes into consideration successive appends.