RenderStateManager.PositionDegree Property

Language:

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

Retrieves or sets the N-patch position interpolation degree.

Definition

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);

Property Value

Microsoft.DirectX.Direct3D.DegreeType . Value of the DegreeType enumeration that specifies the degree.

This property is read/write. 

Remarks

The default value is DegreeType.Cubic. The DegreeType.Linear value also can be used.


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

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