AnimationOutput.AnimationOutput(String,AnimationOutputFlags) Constructor (Microsoft.DirectX.Direct3D)

Initializes a new instance of the AnimationOutput class.

Definition

Visual Basic Public Sub New( _
    ByVal name As String, _
    ByVal flags As AnimationOutputFlags _
)
C# public AnimationOutput(
    string name,
    AnimationOutputFlags flags
);
C++ public:
 AnimationOutput(
    StringLeave Sitename,
    AnimationOutputFlags flags
);
JScript public function AnimationOutput(
    name : String,
    flags : AnimationOutputFlags
);

Parameters

name System.String
Name of the animation output.
flags Microsoft.DirectX.Direct3D.AnimationOutputFlags
One or more values of the AnimationOutputFlags enumeration that specify which outputs to receive.