<< Click to Display Table of Contents >> ShapeRotate |
public void ShapeRotate(MyShape tmpShape,Single angle)
Description:
Rotate a shape.
Parameter:
tmpShape: The shape you want to rotate
angle: The rotate angle
Example:
private void button1_Click(object sender, System.EventArgs e)
{
myCAD1.ShapeRotate(shape0,30);
}