<< Click to Display Table of Contents >> AlignBottom |
public void AlignBottom()
Description:
When you select more than one shape, this proceudre can align them bottom.
Example:
private void menuAlignBottom_Click(object sender, System.EventArgs e)
{
myCAD1.AlignBottom();
}