RenderStateManager.PositionDegree Property |
Language: |
Retrieves or sets the N-patch position interpolation degree.
Visual Basic Public Property PositionDegree As DegreeType C# public DegreeType PositionDegree { get; set; } C++ public:
property DegreeType PositionDegree {
DegreeType get();
void set(DegreeType value);
}JScript public function get PositionDegree() : DegreeType
public function set PositionDegree(DegreeType);
Microsoft.DirectX.Direct3D.DegreeType
This property is read/write.
Value of the DegreeType enumeration that specifies the degree.
The default value is DegreeType.Cubic. The DegreeType.Linear value also can be used.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.