Click or drag to resize

TextBatchPrimitiveOptionalParametersSetDisplays Method

Defines a collection of boolean display flags, one for each string in the batch.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void SetDisplays(
	IEnumerable<bool> displays
)

Parameters

displays
Type: System.Collections.GenericIEnumerableBoolean
The display flags for each string in the batch. There must be one flag for each string passed to the TextBatchPrimitive's Set method.
See Also