VisuFctGetMeasureStringApprox (FUN) ¶ FUNCTION VisuFctGetMeasureStringApprox : INT Get the measure of a string against the font Returns the length of the string. The return value is an approximate length or a negative value if the string cannot be measured InOut: Scope Name Type Comment Return VisuFctGetMeasureStringApprox INT Input itfXYPlotDriver IXYPlotDriver XYPlot driver font VisuStructFont font to use psText POINTER TO STRING string to measure
VisuFctGetRectHeight (FUN) ¶ FUNCTION VisuFctGetRectHeight : INT Get rectangle Height InOut: Scope Name Type Return VisuFctGetRectHeight INT Input rect VisuStructSimpleRectangle
VisuFctGetRectWidth (FUN) ¶ FUNCTION VisuFctGetRectWidth : INT Get rectangle width InOut: Scope Name Type Return VisuFctGetRectWidth INT Input rect VisuStructSimpleRectangle
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
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