| class TMargins8 | 
A set of margins stored as 8 bit integer values which can represent either pixels or twips between -128 and +127.
| Public Member Functions | |
|---|---|
| TMargins8() | |
| TMargins8(TInt8, TInt8, TInt8, TInt8) | |
| IMPORT_C TRect | InnerRect(const TRect &) | 
| IMPORT_C TRect | OuterRect(const TRect &) | 
| IMPORT_C void | SetAllValuesTo(TInt) | 
| IMPORT_C TSize | SizeDelta() | 
| Public Attributes | |
|---|---|
| TInt8 | iBottom | 
| TInt8 | iLeft | 
| TInt8 | iRight | 
| TInt8 | iTop | 
| IMPORT_C | TMargins8 | ( | TInt8 | aLeft, | 
| TInt8 | aTop, | |||
| TInt8 | aRight, | |||
| TInt8 | aBottom | |||
| ) | ||||
| IMPORT_C TRect | InnerRect | ( | const TRect & | aOuterRect | ) | const | 
| const TRect & aOuterRect | 
| IMPORT_C TRect | OuterRect | ( | const TRect & | aInnerRect | ) | const | 
| const TRect & aInnerRect |