RenderStateManager.NormalDegree Property |
Language: |
Retrieves or sets the degree of interpolation (linear, cubic, quadratic, or quintic) using the N-patch normal.
Visual Basic Public Property NormalDegree As DegreeType C# public DegreeType NormalDegree { get; set; } C++ public:
property DegreeType NormalDegree {
DegreeType get();
void set(DegreeType value);
}JScript public function get NormalDegree() : DegreeType
public function set NormalDegree(DegreeType);
Microsoft.DirectX.Direct3D.DegreeType
This property is read/write.
Value of the DegreeType enumeration that represents the degree of interpolation to set or retrieve.
The default render state is DegreeType.Linear.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.