ShapeMouseRotated

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Events >

ShapeMouseRotated

public event ShapeMouseDragResizeRotateEventHandler ShapeMouseRotated;

 

Description:

 When rotated a shape, this event trigger.

 

Example:

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

 {

         MessageBox.Show("ShapeMouseRotated");

 }