RenderStateManager.NormalDegree Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the degree of interpolation (linear, cubic, quadratic, or quintic) using the N-patch normal.

Definition

Visual Basic .NET Public Property NormalDegree As DegreeType
C# public DegreeType NormalDegree { get; set; }
Managed C++ public: __property DegreeType get_NormalDegree();
public: __property void set_NormalDegree(DegreeType);
JScript .NET public function get NormalDegree() : DegreeType
public function set NormalDegree(DegreeType);

Property Value

Microsoft.DirectX.Direct3D.DegreeType . Value of the DegreeType enumeration that represents the degree of interpolation to set or retrieve.

This property is read/write. 

Remarks

The default render state is DegreeType.Linear.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.