バージョン

GetPrimitiveFromRowColumn(Int32,Int32) メソッド

SceneGraph内で、指定した行と列の組み合わせに一致する最初のプリミティブを返します。
シンタックス
'宣言
 
Public Overloads Function GetPrimitiveFromRowColumn( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Primitive
public Primitive GetPrimitiveFromRowColumn( 
   int row,
   int column
)

パラメータ

row
検索するプリミティブの行。
column
検索するプリミティブの列。

戻り値の型

SceneGraph内で、指定した行と列に一致する最初のプリミティブ。
参照