Share via


Frame.GetNumberNamedMatrices(Frame) Method (Microsoft.DirectX.Direct3D)

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

Definition

Visual Basic Public Shared Function GetNumberNamedMatrices( _
    ByVal frameRoot As Frame _
) As Integer
C# public static int GetNumberNamedMatrices(
    Frame frameRoot
);
C++ public:
static int GetNumberNamedMatrices(
    FrameframeRoot
);
JScript 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.