WrapCoordinates Enumeration (Microsoft.DirectX.Direct3D)
Defines supported wrap coordinates.
Definition
Visual Basic Public Enum WrapCoordinates C# public enum WrapCoordinates C++ public enum class WrapCoordinates JScript public enum WrapCoordinates
Members
Member Value Description Zero 1 U texture wrapping (wrapping in the direction of the first dimension). Three 8 Texture wrapping in the direction of the fourth dimension. Two 4 W texture wrapping (wrapping in the direction of the third dimension). One 2 V texture wrapping (wrapping in the direction of the second dimension).
Remarks
This enumeration is used by the RenderStateManager.Wrap0 property and the Wrap1 through Wrap15 properties.
Enumeration Information
Namespace Microsoft.DirectX.Direct3D Assembly Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll) Strong Name Microsoft.DirectX.Direct3D, Version=1.0.900.0, Culture=neutral, PublicKeyToken=d3231b57b74a1492
See Also