Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CFormRect
- Timestamp:
- 03/12/25 14:35:29 (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CFormRect
v5 v6 3 3 Class for specifying a display rectangle. CFormRect may specify an alternate position and size for the zoom state. 4 4 5 == Constructors == 6 7 {{{#!c++ 8 CFormRect(void); 9 }}} 10 11 12 ==== Example ==== 13 14 {{{#!c++ 15 CFormRect rect; 16 }}} 17