VisuFbSizeF.MultiplyByComponents (METH) ¶ METHOD MultiplyByComponents InOut: Scope Name Type Input widthFactor INT heightFactor INT
VisuFbSizeF.Negate (METH) ¶ METHOD Negate
VisuClientObject.GetElement (METH) ¶ METHOD GetElement : IVisualElement InOut: Scope Name Type Return GetElement IVisualElement
VisuClientObject.GetCompleteSurroundingRect (METH) ¶ METHOD GetCompleteSurroundingRect : VisuStructSimpleRectangle Similar to GetSurroundingRect of IVisualElement. Returns the position in the ClientObjectManager considering also an animated position or an animated resize InOut: Scope Name Type Return GetCompleteSurroundingRect VisuStructSimpleRectangle
VisuClientObject.GetLastResize (METH) ¶ METHOD GetLastResize : POINTER TO VisuFBSizeF InOut: Scope Name Type Return GetLastResize POINTER TO VisuFBSizeF
VisuClientObject.GetLastMoveBy (METH) ¶ METHOD GetLastMoveBy : POINTER TO VisuFBSizeF InOut: Scope Name Type Return GetLastMoveBy POINTER TO VisuFBSizeF
VisuClientObject.GetMaximalElementCount (METH) ¶ METHOD GetMaximalElementCount : DINT InOut: Scope Name Type Return GetMaximalElementCount DINT
VisuClientObject.GetPosition (METH) ¶ METHOD GetPosition : POINTER TO VisuStructRectangle InOut: Scope Name Type Return GetPosition POINTER TO VisuStructRectangle
IResizeHandler ¶ HandleResize (Method) HasAnimation (Method) SetResize (Method)
VisuClientObject.HandleResize (METH) ¶ METHOD HandleResize InOut: Scope Name Type Comment Input xMovement INT total horizontal movement relative to the static element position yMovement INT total vertical movement relative to the static element position widthIncrement INT total width increment relative to the static element width heightIncrement INT total height increment relative to the static element height