Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CFormRect


Ignore:
Timestamp:
03/12/25 14:35:29 (5 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v5 v6  
    33Class for specifying a display rectangle. CFormRect may specify an alternate position and size for the zoom state.
    44
     5== Constructors ==
     6
     7{{{#!c++
     8CFormRect(void);
     9}}}
     10
     11
     12==== Example ====
     13
     14{{{#!c++
     15CFormRect rect;
     16}}}
     17