ShapeMouseRotating

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Events >

ShapeMouseRotating

public event ShapeMouseDragResizeRotateEventHandler ShapeMouseRotated;

 

Description:

 When rotating a shape, this event trigger.

 

Example:

 private void myCAD1_ShapeMouseRotating(object sender, Codeidea.UltraGraphics.ShapeMouseDragResizeRotateEventArgs e)

 {

         MessageBox.Show("ShapeMouseRotating");

 }