Component: Canvas ( Indicator): Difference between revisions
Appearance
Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | MatrixTSL |- | width="20%" style="color:gray;" | Version | 0.1 |- | width="20%" style="color:gray;..." |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 28: | Line 28: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
==Macro reference== | ==Macro reference== | ||
===Clear=== | ===Clear=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Clear''' | ||
|- | |- | ||
| colspan="2" | Clear the canvas to the background colour | | colspan="2" | Clear the canvas to the background colour | ||
|- | |- | ||
|- | |||
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | |||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | |||
|} | |||
===ClearToColour=== | |||
{| class="mtx-class-macrotable wikitable" | |||
|- | |||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | |||
| width="90%" class="mtx-class-macrohead" | '''ClearToColour''' | |||
|- | |||
| colspan="2" | Sets a new background colour and clears the canvas | |||
|- | |||
|- | |||
| width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | |||
| width="90%" | col | |||
|- | |||
| colspan="2" | The new colour for the background | |||
|- | |- | ||
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
| Line 46: | Line 67: | ||
===DrawRectangle=== | ===DrawRectangle=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''DrawRectangle''' | ||
|- | |- | ||
| colspan="2" | Draw the outline of a rectangle on the canvas | | colspan="2" | Draw the outline of a rectangle on the canvas | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | x0 | | width="90%" | x0 | ||
|- | |- | ||
| colspan="2" | Start coordinate | | colspan="2" | Start coordinate | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | y0 | | width="90%" | y0 | ||
|- | |- | ||
| colspan="2" | Start coordinate | | colspan="2" | Start coordinate | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | dx | | width="90%" | dx | ||
|- | |- | ||
| colspan="2" | Width | | colspan="2" | Width | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | dy | | width="90%" | dy | ||
|- | |- | ||
| colspan="2" | Height | | colspan="2" | Height | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | col | | width="90%" | col | ||
|- | |- | ||
| Line 90: | Line 111: | ||
===FillRectangle=== | ===FillRectangle=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''FillRectangle''' | ||
|- | |- | ||
| colspan="2" | Draw a filled rectangle on the canvas | | colspan="2" | Draw a filled rectangle on the canvas | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | x0 | | width="90%" | x0 | ||
|- | |- | ||
| colspan="2" | Start coordinate | | colspan="2" | Start coordinate | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | y0 | | width="90%" | y0 | ||
|- | |- | ||
| colspan="2" | Start coordinate | | colspan="2" | Start coordinate | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | dx | | width="90%" | dx | ||
|- | |- | ||
| colspan="2" | Width | | colspan="2" | Width | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | dy | | width="90%" | dy | ||
|- | |- | ||
| colspan="2" | Height | | colspan="2" | Height | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | col | | width="90%" | col | ||
|- | |- | ||
| Line 129: | Line 150: | ||
===PlotLine=== | ===PlotLine=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''PlotLine''' | ||
|- | |- | ||
| colspan="2" | Draws a line on the canvas | | colspan="2" | Draws a line on the canvas | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | x0 | | width="90%" | x0 | ||
|- | |- | ||
| colspan="2" | Start coordinate | | colspan="2" | Start coordinate | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | y0 | | width="90%" | y0 | ||
|- | |- | ||
| colspan="2" | Start coordinate | | colspan="2" | Start coordinate | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | x1 | | width="90%" | x1 | ||
|- | |- | ||
| colspan="2" | End coordinate | | colspan="2" | End coordinate | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | y1 | | width="90%" | y1 | ||
|- | |- | ||
| colspan="2" | End coordinate | | colspan="2" | End coordinate | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | col | | width="90%" | col | ||
|- | |- | ||
| Line 173: | Line 194: | ||
===PlotPoint=== | ===PlotPoint=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''PlotPoint''' | ||
|- | |- | ||
| colspan="2" | Draw a pixel on the canvas | | colspan="2" | Draw a pixel on the canvas | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | x | | width="90%" | x | ||
|- | |- | ||
| colspan="2" | Coordinate | | colspan="2" | Coordinate | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | y | | width="90%" | y | ||
|- | |- | ||
| colspan="2" | Coordinate | | colspan="2" | Coordinate | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9- | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
| width="90%" | col | | width="90%" | col | ||
|- | |- | ||
| Line 203: | Line 224: | ||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Canvas | ||
|- | |- | ||
|- | |- | ||
| Line 223: | Line 244: | ||
| colspan="2" | Set to draw a border around the canvas | | colspan="2" | Set to draw a border around the canvas | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Advanced | ||
|- | |- | ||
|- | |- | ||
Latest revision as of 14:37, 13 July 2026
| Author | MatrixTSL |
| Version | 0.1 |
| Category | Indicator |
Canvas component
Creates a simple canvas for drawing.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_WEBEXP_Canvas.fcsx
Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_Canvas.fcsx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
Clear
| Clear | |
| Clear the canvas to the background colour | |
| Return | |
ClearToColour
| ClearToColour | |
| Sets a new background colour and clears the canvas | |
| col | |
| The new colour for the background | |
| Return | |
DrawRectangle
FillRectangle
| FillRectangle | |
| Draw a filled rectangle on the canvas | |
| x0 | |
| Start coordinate | |
| y0 | |
| Start coordinate | |
| dx | |
| Width | |
| dy | |
| Height | |
| col | |
| Fill colour | |
| Return | |
PlotLine
PlotPoint
| PlotPoint | |
| Draw a pixel on the canvas | |
| x | |
| Coordinate | |
| y | |
| Coordinate | |
| col | |
| Pixel colour | |
| Return | |
Property reference
| Properties | |
| Canvas | |
| Background colour | |
| The colour of the canvas background | |
| Border | |
| Set to draw a border around the canvas | |
| Advanced | |
| Custom Attributes | |