Example #1
0
 private void ribbonButton10_Click(object sender, EventArgs e)
 {
     if (imageSurfaceLayerC != null)
     {
         m_earthRoot.moveChild(imageSurfaceLayerC, 0);  //或者m_earthRoot.moveChildFromCurPos(2, 0);假设imageSurfaceLayerC在2位置
     }
 }