PrimitiveManagerRemove Method |
Removes a primitive from the manager. The primitive is no longer rendered
unless it is added back into the manager.
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 Remove(
Primitive primitive
)
Public Sub Remove (
primitive As Primitive
)
public:
virtual void Remove(
Primitive^ primitive
) sealed
abstract Remove :
primitive : Primitive -> unit
override Remove :
primitive : Primitive -> unit
Parameters
- primitive
- Type: AGI.Foundation.GraphicsPrimitive
The primitive to remove from the manager.
Remarks
If primitive does not exist in the manager, this call is ignored.
See Also