![]() |
![]() |
![]() |
RectanglePatchInformation.BasisType Property |
Language: |
Retrieves or sets a value of the BasisType enumeration that defines the basis type for the rectangular high-order patch.
Visual Basic Public Property BasisType As BasisType C# public BasisType BasisType { get; set; } C++ public:
property BasisType BasisType {
BasisType get();
void set(BasisType value);
}JScript public function get BasisType() : BasisType
public function set BasisType(BasisType);
Microsoft.DirectX.Direct3D.BasisType
This property is read/write.
Value of the BasisType enumeration to set or retrieve.
Value Order supported Width and height Bezier Linear, cubic, and quintic Width = height = order + 1 BSpline Linear, cubic, and quintic Width = height > order CatMullRom Cubic Width = height > order
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