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.2.419.0 (24.2.419.0)
Syntax public void Add(
DisplayCondition displayCondition
)
Public Sub Add (
displayCondition As DisplayCondition
)
public:
virtual void Add(
DisplayCondition^ displayCondition
) sealed
abstract Add :
displayCondition : DisplayCondition -> unit
override Add :
displayCondition : DisplayCondition -> unit
Parameters
- displayCondition
- Type: AGI.Foundation.GraphicsDisplayCondition
The display condition to add to the composite.
Exceptions See Also