A detailed reference guide for each SRP Sketch Control method. Included in each reference is the method's parameters, return value, special remarks, and examples.:
Method | Description | Version Introduced |
---|---|---|
Copy | Copies the currently selected sketch objects to the clipboard. | 3.1.2 |
Cut | Copies the currently selected sketch objects to the clipboard and then deletes them. | 3.1.2 |
MakeBitmap | Exports the sketch to a bitmap file. | 3.1.2 |
MakeMetaFile | Exports the sketch to an EMF file. | 3.1.2 |
Paste | Inserts sketch objects currently copied to the clipboard. | 3.1.2 |
Redo | Restores the last undone operation. | 3.1.2 |
SelectAll | Selects all sketch objects. | 3.1.2 |
Undo | Undoes the user's last operation. | 3.1.2 |