VisuFbRectangleListManager.PopClipping (METH) ¶ METHOD PopClipping Complementary method to PushClipping InOut: Scope Name Type Input rect VisuStructSimpleRectangle
VisuFbRectangleListManager.PushClipping (METH) ¶ METHOD PushClipping This method intersects the current clipping region used for the rectangles with the given rectangle. Please remark that the given rectangle must not be transformed yet. Of course there must be a matching call to PopClipping Typically the clipping methods are called when necessary in the following order: PushClipping // set the clipping rectangle if necessary PushTransformation // set the transformation for the inner elements ForwardCall // forward the rectangle collection to the inner elements PopTransformation PopClipping InOut: Scope Name Type Input rect VisuStructSimpleRectangle
VisuFbDWORDVector.abstrDataPtrChanged (METH) ¶ METHOD abstrDataPtrChanged : UDINT InOut: Scope Name Type Return abstrDataPtrChanged UDINT
VisuFbDWORDVector.abstrSizeOfElement (METH) ¶ METHOD abstrSizeOfElement : UDINT InOut: Scope Name Type Return abstrSizeOfElement UDINT
VisuFbPaintAfterAllElement.IsCapturingEventsActive (PROP) ¶ PROPERTY IsCapturingEventsActive : BOOL Only for the interface. The slider handles the capturing process by itself in HandleInput
VisuFbPaintAfterAllElement.ProvideInputRectangleList (METH) ¶ METHOD ProvideInputRectangleList InOut: Scope Name Type Input inputRectangleMgr IInputRectangleMgr
VisuFbPaintAfterAllElement.SetLayerManager (METH) ¶ METHOD SetLayerManager InOut: Scope Name Type Input layerManager ILayerManager
VisuFctGetTargetVisuTouchFlags (FUN) ¶ FUNCTION VisuFctGetTargetVisuTouchFlags : UINT Returns the touch flags that are currently active; in fact maps the settings to the according values understood by the runtime system InOut: Scope Name Type Return VisuFctGetTargetVisuTouchFlags UINT
VisuFbScalingInfo.IsChanged (METH) ¶ METHOD IsChanged : BOOL Calling this method will return wheter there is currently a change. Please remark that this method cannot be called several times because the modified state is reset during the first call and will yield TRUE only after the next modification. InOut: Scope Name Type Return IsChanged BOOL
VisuFbScalingInfo.Reset (METH) ¶ METHOD Reset