Exemplo n.º 1
0
 public void HideEditBars()
 {
     editbartype   = EditBarType.None;
     bShowEditBars = false;
 }
Exemplo n.º 2
0
 public void ShowEditScaleBars()
 {
     editbartype   = EditBarType.Scale;
     bShowEditBars = true;
 }
Exemplo n.º 3
0
 public void ShowEditRotBars()
 {
     editbartype   = EditBarType.Rot;
     bShowEditBars = true;
 }
Exemplo n.º 4
0
 public void ShowEditPosBars()
 {
     editbartype   = EditBarType.Pos;
     bShowEditBars = true;
 }