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