OrderedCompositePrimitiveSendBackward 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: 24.2.419.0 (24.2.419.0)
Syntax public void SendBackward(
Primitive primitive
)
Public Sub SendBackward (
primitive As Primitive
)
public:
void SendBackward(
Primitive^ primitive
)
member SendBackward :
primitive : Primitive -> unit
Parameters
- primitive
- Type: AGI.Foundation.GraphicsPrimitive
The primitive in the composite to send backwards.
Exceptions Remarks
Regardless of order in the composite, all
SurfaceMeshPrimitives
are rendered before other primitives in the composite.
See Also