BringToFrontByStep

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

BringToFrontByStep

public void BringToFrontByStep(MyShape tmpShape,Boolean needSaved)

 

Description:

 Sent the selected shape to front by a step

 

Parameter:

 tmpShape: The shape that you will change

 needSaved: Weather save this operation to undo list

 

Example:

 private void menuEditBringToFrontByStep_Click(object sender, System.EventArgs e)

 {

         myCAD1.BringToFrontByStep(myCAD1.GetSelectedShape(),true);

 }

 

See also:

 SendToBackByStep