Click or drag to resize

OrderedCompositePrimitive.SendBackward Method

Moves a primitive in the composite backwards one slot. Primitives at the bottom are rendered below primitives at the front.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void SendBackward(
	Primitive primitive
)

Parameters

primitive
Type: AGI.Foundation.Graphics.Primitive
The primitive in the composite to send backwards.
Exceptions
ExceptionCondition
ArgumentNullExceptionprimitive is null.
ArgumentExceptionprimitive does not exist in the composite.
Remarks
Regardless of order in the composite, all SurfaceMeshPrimitives are rendered before other primitives in the composite.
See Also