Click or drag to resize

BatchPrimitiveIndex Constructor

Initializes a new instance with an index and Primitive.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public BatchPrimitiveIndex(
	int index,
	Primitive primitive
)

Parameters

index
Type: SystemInt32
The index of the item contained by the Primitive.
primitive
Type: AGI.Foundation.GraphicsPrimitive
The Primitive that contains the item at the Index specified.
See Also