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