Frame.GetNumberNamedMatrices(Frame)
GetNumberNamedMatrices メソッド
非ヌル名を持つサブツリー内のフレーム数をカウントする。
定義
Visual Basic | 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 | public static function GetNumberNamedMatrices( frameRoot : Frame ) : int; |
パラメータ
frameRoot | Microsoft.DirectX.Direct3D.Frame. |
戻り値
System.Int32.
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.