RectanglePatchInformation.BasisType Property (Microsoft.DirectX.Direct3D)

Retrieves or sets a value of the BasisType enumeration that defines the basis type for the rectangular high-order patch.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.BasisType
Value of the BasisType enumeration to set or retrieve.

This property is read/write. 

Remarks

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