Gets or sets the coordinate of the axis specified by index.
Namespace: RAYLASE.SPICE3.UtilsAssembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.9.0
Syntaxpublic int this[
int index
] { get; set; }
Parameters
- index Int32
- 0 for the X axis, 1 for the Y axis.
Return Value
Int32The value of the coordinate.
See Also