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