Click or drag to resize

UnitRectangularItem Property

Gets the value of the specified element with index of 0 and 1 corresponding to the coordinates X, and Y.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index to retrieve.

Return Value

Type: Double
The coordinate associated with the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when index is less than 0 or greater than or equal to Length.
See Also