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.5.2
Syntax public double this[
int index
] { get; set; }
Parameters
- index Int32
- 0 for the X axis, 1 for the Y axis.
Return Value
DoubleThe value of the coordinate.
See Also