Beispiel #1
0
 //indexの列で位置を指定してのポジション取得
 public IPane GetPaneByIndices(int[] indices)
 {
     if (_rootList == null)
     {
         return(null);
     }
     else
     {
         return(_rootList.GetPaneByIndices(indices, 0));
     }
 }