Component: Line (Graphical Manager Primitives)

From Flowcode Help
Jump to navigationJump to search
Author Matrix TSL
Version 1.0
Category Graphical Manager Primitives


Line component

A line primitive used with the Graphical Manager on the GLCD Layout Editor panel.

Detailed description

No detailed description exists yet for this component

Examples

No additional examples

Macro reference

GetID

Fc9-comp-macro.png GetID
Returns the assigned object/widget ID. 
Fc9-u16-icon.png - UINT Return


ModifyColour

Fc9-comp-macro.png ModifyColour
Changes the theme index of the selected Object or Widget. 
Fc9-u8-icon.png - BYTE Index
0=Foreground 
Fc9-u8-icon.png - BYTE R
 
Fc9-u8-icon.png - BYTE G
 
Fc9-u8-icon.png - BYTE B
 
Fc9-bool-icon.png - BOOL Redraw
 
Fc9-void-icon.png - VOID Return


ModifyPosition

Fc9-comp-macro.png ModifyPosition
Moves an existing object or Widget to absolute coordinates on the screen. 
Fc9-s16-icon.png - INT X
 
Fc9-s16-icon.png - INT Y
 
Fc9-bool-icon.png - BOOL Relative
0=Absolute Positioning, 1=Relative Positioning 
Fc9-void-icon.png - VOID Return


ModifyScale

Fc9-comp-macro.png ModifyScale
Changes the width and height of the selected Object or Widget. 
Fc9-u16-icon.png - UINT Width
 
Fc9-u16-icon.png - UINT Height
 
Fc9-void-icon.png - VOID Return


Property reference

Fc9-prop-icon.png Properties
Fc9-conn-icon.png Appearance
Fc9-type-21-icon.png Line Width
Width of the line in pixels 
Fc9-type-1-icon.png Foreground Colour
The colour of the outer border line 
Fc9-type-16-icon.png Line Type
 

Component Source Code

Please click here to download the component source project: FC_Comp_Source_DC_Line.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_DC_Line.fcfx