<< Click to Display Table of Contents >> 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");
}