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