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.2.419.0 (24.2.419.0)
Syntax public float this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Single
Get
public:
property float default[int index] {
float get (int index);
}
member Item : float32 with get
Parameters
- index
- Type: SystemInt32
The index to retrieve.
Return Value
Type:
SingleThe coordinate associated with the specified
index.
Exceptions See Also