Click or drag to resize

TextBatchPrimitiveOptionalParameters.SetDisplays 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.3.420.0 (24.3.420.0)
Syntax
public void SetDisplays(
	IEnumerable<bool> displays
)

Parameters

displays
Type: System.Collections.Generic.IEnumerable<Boolean>
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