Share via


BehaviorFlags.BehaviorFlags(CreateFlags[]) Constructor (Microsoft.DirectX.Direct3D)

Creates a new instance of the BehaviorFlags structure.

Definition

Visual Basic Public Sub New( _
    ByVal newBehavior() As CreateFlags _
)
C# public BehaviorFlags(
    CreateFlags[] newBehavior
);
C++ public:
 BehaviorFlags(
    array<CreateFlags>^ newBehavior
);
JScript public function BehaviorFlags(
    newBehavior : CreateFlags[]
);

Parameters

newBehavior Microsoft.DirectX.Direct3D.CreateFlags[]
Array of CreateFlags that indicate the initial values with which to set the BehaviorFlags properties.