Microsoft DirectX 9.0 SDK Update (October 2004)

Frame.GetNumberNamedMatrices Method

Language:

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

Retrieves the number of frames in a subtree that have non-null names.

Definition

Visual Basic .NET Public Shared Function GetNumberNamedMatrices( _
    ByVal frameRoot As Frame _
) As Integer
C# public static int GetNumberNamedMatrices(
    Frame frameRoot
);
Managed C++ public: static int GetNumberNamedMatrices(
    Frame *frameRoot
);
JScript .NET public static function GetNumberNamedMatrices(
    frameRoot : Frame
) : int;

Parameters

frameRoot Microsoft.DirectX.Direct3D.Frame. A Frame object that represents the root node of the subtree.

Return Value

System.Int32 . Integer that represents the number of frames that have non-null names.


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

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center