PatchType Enumeration
|
Language: |
Note: This documentation is preliminary and is subject to change.
Defines mesh patch types.
Definition
Visual Basic .NET |
Public Enum PatchType |
C# |
public enum PatchType |
Managed C++ |
__value public enum PatchType |
JScript .NET |
public enum PatchType |
Members
Member |
Value |
Description |
Rectangle |
1 |
Rectangle patch mesh type. |
NPatch |
3 |
N-patch mesh type. |
Triangle |
2 |
Triangle patch mesh type. |
Remarks
Triangle patches are three-sided; rectangle patches are four-sided. For more information, see TrianglePatchInformation and RectanglePatchInformation.
Enumeration Information
Namespace |
Microsoft.DirectX.Direct3D |
Assembly |
Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll) |
Strong Name |
Microsoft.DirectX.Direct3DX,
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