Click or drag to resize

TextureCoordinate4DF Properties

The TextureCoordinate4DF type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets the value of the specified element with index of 0, 1, 2, and 3 corresponding to the coordinates S, T, P, and Q.
Public propertyLength
Gets the number of elements in this set of coordinates.
Public propertyP
Gets the p coordinate.
Public propertyQ
Gets the q coordinate.
Public propertyS
Gets the s coordinate.
Public propertyT
Gets the t coordinate.
Public propertyStatic memberZero
Gets a set of TextureCoordinate4DF parameters with values of zero.
Top
See Also