Click or drag to resize

CompositeDisplayConditionInsert Method (Int32, DisplayCondition)

Inserts a display condition at the given zero-based index, shifting existing display conditions.

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 Insert(
	int index,
	DisplayCondition displayCondition
)

Parameters

index
Type: SystemInt32
The zero-based index to insert the display condition at.
displayCondition
Type: AGI.Foundation.GraphicsDisplayCondition
The display condition to insert into the composite.
Exceptions
ExceptionCondition
ArgumentNullExceptiondisplayCondition is null.
ArgumentOutOfRangeException Index is out of range. It must be between 0 and Count.
See Also