AlignHorizontalCenter

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

AlignHorizontalCenter

public void AlignHorizontalCenter()

 

Description:

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

 

Example:

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

 {

         myCAD1.AlignHorizontalCenter();

 }