Click or drag to resize

OrderedCompositePrimitiveRemove Method

Removes a primitive from 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 Remove(
	Primitive primitive
)

Parameters

primitive
Type: AGI.Foundation.GraphicsPrimitive
The primitive to remove from the composite.
Remarks
If primitive does not exist in the composite, this call is ignored.
See Also