SizeShape

<< Click to Display Table of Contents >>

Navigation:  TMyCAD > Methods >

SizeShape

procedure SizeShape(AShape:TMyShape;ASelectedHotId:integer;AMovPt:TMyPoint);

 

 

Description:

 

Size a shape or a grouped shape,it is like mouse action of resizing a shape.

 

Parameter:

 

AShape:shape that you will size it.

ASelectedHotId:it is  hotspot id.

AMovPt:the destination point;

 

Example:

 

 MyCAD1.SizeShape(MyCAD1.GetSelectedShape,0,MyPoint(100,100));

 

See also:

 

Move