Wrap Enumeration (Microsoft.DirectX.Direct3D)

Defines texture wrapping.

Definition

Visual Basic Public Enum Wrap
C# public enum Wrap
C++ public enum class Wrap
JScript public enum Wrap

Members

Member Value Description
W 4 W texture wrapping (wrapping in the direction of the third dimension).
V 2 V texture wrapping (wrapping in the direction of the second dimension).
U 1 U texture wrapping (wrapping in the direction of the first 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