Click or drag to resize

CompositeDisplayConditionAdd Method (DisplayCondition)

Adds a display condition to the end of the composite.

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 Add(
	DisplayCondition displayCondition
)

Parameters

displayCondition
Type: AGI.Foundation.GraphicsDisplayCondition
The display condition to add to the composite.
Exceptions
ExceptionCondition
ArgumentNullExceptiondisplayCondition is null.
See Also