AlignLeft

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

AlignLeft

public void AlignLeft()

 

Description:

 When you select more than one shape, this proceudre can align them left.

 

Example:

 private void menuAlignLeft_Click(object sender, System.EventArgs e)

 {

         myCAD1.AlignLeft();

 }