AlignRight

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

AlignRight

public void AlignRight()

 

Description:

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

 

Example:

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

 {

         myCAD1.AlignRight();

 }