Click or drag to resize

Point2DItem Property

Gets or sets the coordinate of the axis specified by index.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
public double this[
	int index
] { get; set; }

Parameters

index  Int32
0 for the X axis, 1 for the Y axis.

Return Value

Double
The value of the coordinate.
See Also