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.2.419.0 (24.2.419.0)
Syntax public BatchPrimitiveIndex(
int index,
Primitive primitive
)
Public Sub New (
index As Integer,
primitive As Primitive
)
public:
BatchPrimitiveIndex(
int index,
Primitive^ primitive
)
new :
index : int *
primitive : Primitive -> BatchPrimitiveIndex
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