IFrame.Paint (METH) ¶ METHOD Paint Paint frame InOut: Scope Name Type Comment Input itfXYPlotDriver IXYPlotDriver XYPlot driver xDrawUnchecked BOOL True if the drawing operation is to be executed in any case
IFrame.SetFillParams (METH) ¶ METHOD SetFillParams Set filling parameters InOut: Scope Name Type Comment Input eType EFillingStyle Filling style dwFillFlags VisuEnumBrushStyle Brush type dwFillColor DWORD Filling color gradient VisuStructGradientColor Gradient parameters
IFrame.SetFrameParams (METH) ¶ METHOD SetFrameParams InOut: Scope Name Type Comment Input iLineWidth INT border line width dwLineStyle VisuEnumPenStyle border line style dwFrameColor DWORD border color
IFrame.SetImage (METH) ¶ METHOD SetImage InOut: Scope Name Type Comment Input sId STRING image id eStyle EImageStyle Flags for the painting of the image diTransparentColor DINT Which color should be shown transparent, -1 no transp rectFrame VisuStructSimpleRectangle Frame where to paint the image
IFrame.SetPosition (METH) ¶ METHOD SetPosition InOut: Scope Name Type Comment Input position VisuStructPaintRectangle position of the frame, as decided at design time
IFrame.SetShadowParams (METH) ¶ METHOD SetShadowParams InOut: Scope Name Type Comment Input eShadowType EShadowStyle shadow type iDimShadow INT shadow dimension, used only for inner shadows dwShadowColor DWORD main shadow color, used only for inner shadows
VisuFctDrawDot2 (FUN) ¶ FUNCTION VisuFctDrawDot2 : BOOL Simple draw dot function that does not use IDrawContext InOut: Scope Name Type Comment Return VisuFctDrawDot2 BOOL Input itfXYPlotDriver IXYPlotDriver XYPlot driver p VisuStructPoint point dwColor DWORD color xDrawUnchecked BOOL True if the drawing operation is to be executed in any case
VisuFctDrawImage (FUN) ¶ FUNCTION VisuFctDrawImage : BOOL Draw image InOut: Scope Name Type Comment Return VisuFctDrawImage BOOL Input itfXYPlotDriver IXYPlotDriver XYPlot driver psImageId POINTER TO STRING Points to a string which contains the id of the image, e.g. ‘MyImagePool.MyImage’. rectImg VisuStructSimpleRectangle Rectagle containig the image dwStyle DWORD Flags for the painting of the image dwTransparentColor DWORD Which color should be shown transparent xDrawUnchecked BOOL True if the drawing operation is to be executed in any case
VisuFctDrawLine (FUN) ¶ FUNCTION VisuFctDrawLine : BOOL Simple draw line function that does not use IDrawContext InOut: Scope Name Type Comment Return VisuFctDrawLine BOOL Input itfXYPlotDriver IXYPlotDriver XYPlot driver start VisuStructPoint start point end VisuStructPoint end point dwColor DWORD color iLineWidth INT line width eLineStyle VisuEnumPenStyle line style xDrawUnchecked BOOL True if the drawing operation is to be executed in any case
VisuFctDrawLineEx (FUN) ¶ FUNCTION VisuFctDrawLineEx : BOOL Simple draw line function that does not use IDrawContext InOut: Scope Name Type Comment Return VisuFctDrawLineEx BOOL Input itfXYPlotDriver IXYPlotDriver XYPlot driver start VisuStructPoint start point end VisuStructPoint end point dwColor DWORD color iLineWidth INT line width eLineStyle VisuEnumPenStyle line style eCapStyle VisuEnumLineCapStyle cap style eJoinStyle VisuEnumLineJoinStyle join style xDrawUnchecked BOOL True if the drawing operation is to be executed in any case