Skip to content

TBLRuntimeLimits

Blend2D runtime limits.

Definition

Unit: Blend2D

type TBLRuntimeLimits = record ... end;

See Also

Remarks

These constants are used across Blend2D, but they are not designed to be ABI stable. New versions of Blend2D can increase certain limits without notice. Use TBLRuntimeBuildInfo to query the limits dynamically.

Constants

Name Description
MaxImageSize Maximum width and height of an image.
MaxThreadCount Maximum number of threads for asynchronous operations (including rendering).

Constant Descriptions

MaxImageSize

Maximum width and height of an image.

const MaxImageSize = 65535


MaxThreadCount

Maximum number of threads for asynchronous operations (including rendering).

const MaxThreadCount = 32