PatchType Enumeration (Microsoft.DirectX.Direct3D)

Defines mesh patch types.

Definition

Visual Basic Public Enum PatchType
C# public enum PatchType
C++ public enum class PatchType
JScript 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.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

See Also