VisuFbRectF.GetAsIntRect (METH) ¶ METHOD GetAsIntRect : VisuStructPaintRectangle InOut: Scope Name Type Return GetAsIntRect VisuStructPaintRectangle
VisuFbRectF.MoveBy (METH) ¶ METHOD MoveBy InOut: Scope Name Type Input iWidth INT iHeight INT
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
Interfaces ¶ IFrame (Interface) GetInnerPaintRect (Method) Paint (Method) SetFillParams (Method) SetFrameParams (Method) SetImage (Method) SetPosition (Method) SetShadowParams (Method) ILRealToStringFormatter (Interface) ValueToStr (Method)
IFrame (ITF) ¶ INTERFACE IFrame Methods: GetInnerPaintRect Paint SetFillParams SetFrameParams SetImage SetPosition SetShadowParams Structure: GetInnerPaintRect (Method) Paint (Method) SetFillParams (Method) SetFrameParams (Method) SetImage (Method) SetPosition (Method) SetShadowParams (Method)
IFrame.GetInnerPaintRect (METH) ¶ METHOD GetInnerPaintRect : VisuStructPaintRectangle InOut: Scope Name Type Return GetInnerPaintRect VisuStructPaintRectangle