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