Jump to content

API Panel.Graphics.DrawCreate

From Flowcode Help
Revision as of 14:07, 13 July 2026 by SteveT (talk | contribs) (Text replacement - "class="wikitable" style="width:60%; background-color:#FFFFFF;"" to "class="mtx-class-macrotable wikitable"")
DrawCreate
Creates a drawing area on a shape 
- HANDLE Handle
Component to create a drawing area on 
- LONG X
The horizontal size of the drawing canvas in pixels 
- LONG Y
The vertical size of the drawing canvas in pixels 
- BOOL Monochrome
Set true to create a greyscale image, else full colour 
- ULONG FillCol
The colour to fill the canvas with 
- NONE Return


Detailed description

Examples

Calling in a calculation

  • Add to a calculation icon:
    ::Panel.Graphics.DrawCreate(handle, x, y, true, fillcol)