AlignTop

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

AlignTop

public void AlignTop()

 

Description:

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

 

Example:

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

 {

         myCAD1.AlignTop();

 }