<< Click to Display Table of Contents >>
Navigation: MyCAD > Methods >
public void Copy()
Description:
Save selected shape to memory, and they also be saved in bitmap format in clipboard.
Example:
private void menuEditCopy_Click(object sender, System.EventArgs e)
{
myCAD1.Copy();
}
See also:
Cut
Paste