RenderStateManager.NormalDegree Property |
Language: |
Retrieves or sets the degree of interpolation (linear, cubic, quadratic, or quintic) using the N-patch normal.
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);
Microsoft.DirectX.Direct3D.DegreeType . Value of the DegreeType enumeration that represents the degree of interpolation to set or retrieve.
This property is read/write.
The default render state is DegreeType.Linear.
Feedback? Please provide us with your comments on this topic.