Click or drag to resize

TextureCoordinate4DFItem Property

Gets the value of the specified element with index of 0, 1, 2, and 3 corresponding to the coordinates S, T, P, and Q.

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

Parameters

index
Type: SystemInt32
The index to retrieve.

Return Value

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