<< Click to Display Table of Contents >> GetSelectedShape |
public MyShape GetSelectedShape()
Description:
Get the selected shape.
Return value:
retrun the selected shape
Example:
private void button1_Click(object sender, System.EventArgs e)
{
MyShape aShape = myCAD1.GetSelectedShape();
}