Difference between revisions of "Event Components.Resize"

From Flowcode Help
Jump to navigationJump to search
 
Line 25: Line 25:
 
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 
|}
 
|}
 +
 +
 +
Details on using Event Macros can be found here: [[Simulation Events|Event Macros]]
  
  

Latest revision as of 12:12, 16 January 2023

Fc9-comp-macro.png Resize
Sent to the mouse target when the user has altered the position of a component child 
Fc9-h32-icon.png - HANDLE Component
The component that has been altered 
Fc9-h32-icon.png - HANDLE PrevPos
The position of the object before the start of positioning 
Fc9-bool-icon.png - BOOL Final
True if this is the end of a drag operation 
Fc9-void-icon.png - NONE Return


Details on using Event Macros can be found here: Event Macros


Detailed description

Examples