OrderedCompositePrimitiveItem Property |
Returns the primitive at the given zero-based index. The primitive at index
zero is rendered on the bottom and the primitive at index
Count - 1
is rendered on the top.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic Primitive this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As Primitive
Get
public:
property Primitive^ default[int index] {
Primitive^ get (int index);
}member Item : Primitive with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
Primitive
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | index is out of range. It must be between 0 and Count - 1.
|
See Also