Changes between Version 11 and Version 12 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CFormRect
- Timestamp:
- 03/12/25 15:07:23 (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CFormRect
v11 v12 192 192 Function does not return a value. 193 193 194 === !SetLeftBasedOnDspArea === 195 Sets left of rectangle based on a CDspArea 196 197 {{{#!c++ 198 void 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 207 Function does not return a value. 208 194 209 === !SetWidthBasedOnFontStrWidth === 195 210 Sets width of rectangle based on a font string