WrapCoordinates Enumeration
|
Language: |
Note: This documentation is preliminary and is subject to change.
Defines supported wrap coordinates.
Definition
Visual Basic .NET |
Public Enum WrapCoordinates |
C# |
public enum WrapCoordinates |
Managed C++ |
__value public enum WrapCoordinates |
JScript .NET |
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.2902.0,
Culture=neutral,
PublicKeyToken=31bf3856ad364e35 |
See Also
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center