DegreeType Enumeration (Microsoft.DirectX.Direct3D)

Defines the degree of the variables in an equation that describes a curve.

Definition

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

Members

Member Value Description
Quintic 5 Curve is described by variables of fourth order.
Cubic 3 Curve is described by variables of third order.
Quadratic 2 Curve is described by variables of second order.
Linear 1 Curve is described by variables of first order.

Remarks

This enumeration is used to describe the curves used by rectangle and triangle patches.

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