VisuFbTickMarkDrawer2.ProcessMinorTickMarksLeading (METH) ¶ METHOD ProcessMinorTickMarksLeading Processes the minor tick marks before the first major tick mark. InOut: Scope Name Type Comment Input itfTickMarkProvider ITickMarkProvider The ITickMarkProvider instance providing the parameters for drawing the minor tick marks vecDelta VisuStructVector Same parameter like in IPlotAxisTickMarkTraverserClient.ProcessMinorTickMarks vecTickDir VisuStructVector Same parameter like in IPlotAxisTickMarkTraverserClient.ProcessMinorTickMarks
VisuFbTickMarkDrawer2.ProcessMinorTickMarksTrailing (METH) ¶ METHOD ProcessMinorTickMarksTrailing Processes the minor tick marks after the last major tick mark. InOut: Scope Name Type Comment Input itfTickMarkProvider ITickMarkProvider The ITickMarkProvider instance providing the parameters for drawing the minor tick marks vecDelta VisuStructVector Same parameter like in IPlotAxisTickMarkTraverserClient.ProcessMinorTickMarks vecTickDir VisuStructVector Same parameter like in IPlotAxisTickMarkTraverserClient.ProcessMinorTickMarks
private ¶ prvProcessMinorTickMarks (Method)
VisuFbTickMarkDrawer2.prvProcessMinorTickMarks (METH) ¶ METHOD prvProcessMinorTickMarks This method draws the minor tick marks. InOut: Scope Name Type Comment Input diNumMinorTickMarks DINT The number of minor tick marks to draw eWhichTickMark VisuEnumMinorTickmark A VisuEnumMinorTickmark value describing the kind of minor tick marks to draw diIndexMajor DINT The 0-relative index if the major tick mark the minor tick mark belongs to. Only relevant if eWhichTickMark = VisuEnumMinorTickmark.NORMAL itfTickMarkProvider ITickMarkProvider The ITickMarkProvider instance providing the parameters for drawing the minor tick marks vecDelta VisuStructVector Same parameter like in IPlotAxisTickMarkTraverserClient.ProcessMinorTickMarks vecTickDir VisuStructVector Same parameter like in IPlotAxisTickMarkTraverserClient.ProcessMinorTickMarks
Private ¶ Functions VisuFctGetShadowColor (Function)
Functions ¶ VisuFctGetShadowColor (Function)
VisuFctGetShadowColor (FUN) ¶ FUNCTION VisuFctGetShadowColor : DWORD Get shadow color for light line and dark line InOut: Scope Name Type Comment Return VisuFctGetShadowColor DWORD Input dwOriginalColor DWORD original color xGetDark BOOL true to get dark color
Public ¶ Constants COLOR (GVL) RULER (GVL) Enums EColorSetting (Enum) EFillingStyle (Enum) EImageStyle (Enum) ERectSetting (Enum) EShadowStyle (Enum) FunctionBlocks VisuFbRectF (FunctionBlock) GetAsIntRect (Method) MoveBy (Method) RotateBy (Method) SetAsIntRect (Method) 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) Interfaces IFrame (Interface) GetInnerPaintRect (Method) Paint (Method) SetFillParams (Method) SetFrameParams (Method) SetImage (Method) SetPosition (Method) SetShadowParams (Method) ILRealToStringFormatter (Interface) ValueToStr (Method)
Constants ¶ COLOR (GVL) RULER (GVL)
COLOR (GVL) ¶ Colors and transparency Attributes: qualified_only InOut: Scope Name Type Initial Comment Constant NOT_DEFINED DINT -1 Aqua DINT 16#FFFF Black DINT 16#0 Blue DINT 16#FF Brown DINT 16#A52A2A Cyan DINT 16#FFFF DarkBlue DINT 16#8B DarkCyan DINT 16#8B8B DarkGray DINT 16#A9A9A9 DarkGreen DINT 16#6400 DarkMagenta DINT 16#8B008B DarkRed DINT 16#8B0000 DimGray DINT 16#696969 Gray DINT 16#808080 Green DINT 16#8000 LightBlue DINT 16#ADD8E6 LightCyan DINT 16#E0FFFF LightGray DINT 16#D3D3D3 LightGreen DINT 16#90EE90 LightYellow DINT 16#FFFFE0 Lime DINT 16#FF00 Magenta DINT 16#FF00FF Maroon DINT 16#800000 Navy DINT 16#80 Olive DINT 16#808000 Purple DINT 16#800080 Red DINT 16#FF0000 Silver DINT 16#C0C0C0 Teal DINT 16#8080 White DINT 16#FFFFFF Yellow DINT 16#FFFF00 TRANSP_NO BYTE 16#FF No trasparent TRANSP_LOW BYTE 16#C0 Low trasparency TRANSP_MEDIUM BYTE 16#80 Medium trasparency TRANSP_HIGH BYTE 16#40 High trasparency TRANSP_FULL BYTE 16#0 Full trasparent