Difference between revisions of "API Panel.Graphics.DrawCreate"
From Flowcode Help
Jump to navigationJump to searchLine 38: | Line 38: | ||
==Detailed description== | ==Detailed description== | ||
− | + | ||
Line 44: | Line 44: | ||
===Calling in a calculation=== | ===Calling in a calculation=== | ||
* Add to a calculation icon: <pre class="brush:[cpp]">::Panel.Graphics.DrawCreate(handle, x, y, true, fillcol)</pre> | * Add to a calculation icon: <pre class="brush:[cpp]">::Panel.Graphics.DrawCreate(handle, x, y, true, fillcol)</pre> | ||
− | |||
− |
Latest revision as of 11:55, 16 January 2023
Detailed description
Examples
Calling in a calculation
- Add to a calculation icon:
::Panel.Graphics.DrawCreate(handle, x, y, true, fillcol)