Difference between revisions of "API Panel.Graphics.DrawDelete"
From Flowcode Help
Jump to navigationJump to search|  (XML import) |  (XML Import to change Variable types into Variable Types) | ||
| Line 11: | Line 11: | ||
| ==Parameters== | ==Parameters== | ||
| − | [[Variable  | + | [[Variable Types|HANDLE]] ''Handle'' | 
| :Component to delete the drawing canvas of | :Component to delete the drawing canvas of | ||
Revision as of 11:09, 10 June 2013
<sidebar>API contents</sidebar> Deletes a drawing area for a shape
Contents
Parameters
HANDLE Handle
- Component to delete the drawing canvas of
Return value
This call does not return a value
Detailed description
No additional information
Examples
Calling in a calculation
- Add to a calculation icon: ::Panel.Graphics.DrawDelete(handle) 
No additional information
