Jump to content

API Panel.Position.SetActual2dPosition

From Flowcode Help
Revision as of 14:37, 7 August 2026 by Wiki bot (talk | contribs) (Created page with "{| class="mtx-class-macrotable wikitable" |- | width="10%" align="center" class="mtx-class-macrohead" | File:Fc9-comp-macro.png | width="90%" class="mtx-class-macrohead" | '''SetActual2dPosition''' |- | colspan="2" | Sets the actual position on the 2d panel  |- |- | width="10%" align="center" | File:Fc9-h32-icon.png - HANDLE | width="90%" | Handle |- | colspan="2" | The component to update  |- | width="10%" align="center" | File:Fc9-f32-i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SetActual2dPosition
Sets the actual position on the 2d panel 
- HANDLE Handle
The component to update 
- FLOAT Left
The new left coordinate for the component 
- FLOAT Top
The new top coordinate for the component 
- FLOAT Width
The new width for the component 
- FLOAT Height
The new height for the component 
- BOOL Redraw
Set non-zero to immediately redraw the panel 
- NONE Return


Detailed description

Examples