Click or drag to resize

CompositeDisplayConditionAdd Method (DisplayCondition, Boolean)

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,
	bool negate
)

Parameters

displayCondition
Type: AGI.Foundation.GraphicsDisplayCondition
The display condition to add to the composite.
negate
Type: SystemBoolean
When true, a logical not is applied to displayCondition when the composite display condition is evaluated.
Exceptions
ExceptionCondition
ArgumentNullExceptiondisplayCondition is null.
See Also