Gets or sets the component at the specified index.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int this[
int index
] { get; set; }Parameters
- index Int32
- The index of the component to access. Use 0 for the X component and 1 for the Y component.
Property Value
Int32The value of the X or Y component, depending on the index.
Return Value
Int32The value of the component at the specified index.
Exceptions
See Also