Table of Contents

Field SpanStackLimit

Namespace
Alternet.Skia
Assembly
Alternet.UI.Common.dll

Represents the maximum number of spans that can be stored in a stack.

public static int SpanStackLimit

Returns

int
Represents the maximum number of spans that can be stored in a stack.

Remarks

This constant defines the upper limit for the size of a span stack. It is used to prevent excessive memory usage or stack overflow scenarios when working with spans.