TrianglePatchInformation.Degree Property |
Language: |
Retrieves or sets a value that defines the degree type for the triangular high-order patch.
Visual Basic Public Property Degree As DegreeType C# public DegreeType Degree { get; set; } C++ public:
property DegreeType Degree {
DegreeType get();
void set(DegreeType value);
}JScript public function get Degree() : DegreeType
public function set Degree(DegreeType);
Microsoft.DirectX.Direct3D.DegreeType
This property is read/write.
Value from the DegreeType enumeration to set or retrieve.
The following values define the degree type for the triangular high-order patch.
Value Number of vertices Cubic 10 Linear 3 Quadratic Not supported. Quintic 21
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center