SendToBackByStep

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

SendToBackByStep

public void SendToBackByStep(MyShape tmpShape,Boolean needSaved)

 

Description:

 Sent the selected shape to back by a step

 

Parameter:

 tmpShape: The shape that you will change

 needSaved: Weather save this operation to undo list

 

Example:

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

 {

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

 }

 

See also:

 BringToFrontByStep