Changes between Version 11 and Version 12 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CFormRect


Ignore:
Timestamp:
03/12/25 15:07:23 (5 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CFormRect

    v11 v12  
    192192Function does not return a value.
    193193
     194=== !SetLeftBasedOnDspArea ===
     195Sets left of rectangle based on a CDspArea
     196
     197{{{#!c++
     198void SetLeftBasedOnDspArea(CDspArea* pDspArea, double leftMultiplier)
     199}}}
     200
     201==== Parameters ====
     202 * pDspArea - pointer to CDspArea
     203 * leftMultiplier - value for multiplication of dspArea width
     204
     205==== Return Value ====
     206
     207Function does not return a value.
     208
    194209=== !SetWidthBasedOnFontStrWidth ===
    195210Sets width of rectangle based on a font string