SendToBackByStep

<< Click to Display Table of Contents >>

Navigation:  TMyCAD > Methods >

SendToBackByStep

procedure  SendToBackByStep(AShape:TMyShape;NeedSave:boolean=true)

 

Description:

 

 Sent the selected shape to background by a step

 

Parameter:

 

  AShape:the shape that you will changed;

  NeedSave:used by internal.

 

Example:

 

MyCAD1.SendToBackByStep(MyCAD1.GetSelectedShape);

 

See Also:

 

SendToBack

BringToFront