VisuFbRectF.RotateBy (METH) ¶ METHOD RotateBy InOut: Scope Name Type Input iCenterX INT iCenterY INT rAngle REAL
VisuFbRectF.SetAsIntRect (METH) ¶ METHOD SetAsIntRect InOut: Scope Name Type Input rect VisuStructPaintRectangle
Functions ¶ VisuFctDrawCircle (Function) VisuFctDrawDot (Function) VisuFctDrawDot2 (Function) VisuFctDrawImage (Function) VisuFctDrawLine (Function) VisuFctDrawLineEx (Function) VisuFctDrawLineExUntransformed (Function) VisuFctDrawLineUntransformed (Function) VisuFctDrawPolygon (Function) VisuFctDrawPolyline (Function) VisuFctDrawPolyline2 (Function) VisuFctDrawText (Function) VisuFctFillPolygon (Function) VisuFctFillPolygon2 (Function) VisuFctFillPolygon3 (Function) VisuFctFillRectangle (Function) VisuFctGetMeasureStringApprox (Function) VisuFctGetRectHeight (Function) VisuFctGetRectWidth (Function)
VisuFctDrawCircle (FUN) ¶ FUNCTION VisuFctDrawCircle : BOOL Draw circle function that does not use IDrawContext It takes in count the fact that the circle must be circle (and not ellipse) when the target has different setting of scaling option: ‘Fixed’, ‘Isotropic’ or ‘Anisotropic’ InOut: Scope Name Type Comment Return VisuFctDrawCircle BOOL Input itfXYPlotDriver IXYPlotDriver XYPlot driver center VisuStructPoint Center iRadius INT Radius 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
VisuFctDrawDot (FUN) ¶ FUNCTION VisuFctDrawDot : BOOL Simple draw dot function that does not use IDrawContext InOut: Scope Name Type Comment Return VisuFctDrawDot 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
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
VisuFbTableColumnSimpleBase.DynamicCellsDataBase (PROP) ¶ PROPERTY DynamicCellsDataBase : POINTER TO VisuStructTableColumnSimpleDynamicCellsDataBase