Click or drag to resize

CompositeDisplayConditionReserve Method

Requests enough memory for the composite to contain at least count display conditions. Count will not be affected but Capacity may be.

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 Reserve(
	int count
)

Parameters

count
Type: SystemInt32
The number of display conditions to request memory for.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptioncount must be greater than or equal to zero.
See Also