AnimationOutput.AnimationOutput Constructor

Language:

Note: This documentation is preliminary and is subject to change.

Initializes a new instance of the AnimationOutput class.

Definition

Visual Basic .NET Public Sub New( _
    ByVal name As String, _
    ByVal flags As AnimationOutputFlags _
)
C# public AnimationOutput(
    string name,
    AnimationOutputFlags flags
);
Managed C++ public: AnimationOutput(
    String *name,
    AnimationOutputFlags flags
);
JScript .NET 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.

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.