<< Click to Display Table of Contents >> SizeShape |
public void SizeShape(MyShape tmpShape,Int32 selectedHotId,PointF dragPoint)
Description:
Size a shape.
Parameter:
tmpShape: The shape you want to rotate
selectedHotId: The selected hot id
dragPoint: The new position
Example:
private void button1_Click(object sender, System.EventArgs e)
{
myCAD1.SizeShape(shape0,3,new Point(200,200));
}