class TMargins |
A set of margins used for cropping a picture.
Margins are specified in twips or pixels.
Public Member Functions | |
---|---|
IMPORT_C void | ExternalizeL(RWriteStream &) |
IMPORT_C void | InternalizeL(RReadStream &) |
IMPORT_C TBool | operator!=(const TMargins &) |
IMPORT_C TBool | operator==(const TMargins &) |
Public Attributes | |
---|---|
TInt | iBottom |
TInt | iLeft |
TInt | iRight |
TInt | iTop |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
RWriteStream & aStream |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
RReadStream & aStream |
IMPORT_C TBool | operator!= | ( | const TMargins & | aMargins | ) | const |
const TMargins & aMargins |
IMPORT_C TBool | operator== | ( | const TMargins & | aMargins | ) | const |
const TMargins & aMargins |