This documentation is archived and is not being maintained.
ImtWrap Enumeration (Microsoft.DirectX.Direct3D)
Flags used by IntegratedMetricTensor methods.
Definition
| Visual Basic | Public Enum ImtWrap |
| C# | public enum ImtWrap |
| C++ | public enum class ImtWrap |
| JScript | public enum ImtWrap |
Members
| Member | Value | Description |
| V | 2 | The texture wraps in the V direction. |
| U | 1 | The texture wraps in the U direction. |
| UV | 3 | The texture wraps in both the U and the V directions. |
Enumeration Information
| Namespace | Microsoft.DirectX.Direct3D |
| Assembly | Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll) |
| Strong Name | Microsoft.DirectX.Direct3DX,
Version=1.0.900.0,
Culture=neutral,
PublicKeyToken=d3231b57b74a1492 |