|
||
class TMargins;
A set of margins used for cropping a picture.
Margins are specified in twips or pixels.
Defined in TMargins
:
ExternalizeL(RWriteStream &)const
Externalises a set of margins to a write stream.InternalizeL(RReadStream &)
Internalises a set of margins from a read stream.iBottom
Bottom margin, (in twips or pixels). iLeft
Left margin, (in twips or pixels). iRight
Right margin, (in twips or pixels). iTop
Top margin, (in twips or pixels). operator!=(const TMargins &)const
Tests margins for inequality.operator==(const TMargins &)const
Tests margins for equality.IMPORT_C void InternalizeL(RReadStream &aStream);
Internalises a set of margins from a read stream.
The presence of this function means that the standard templated stream operator>>(RReadStream &,T &)
is available to internalise objects of this class.
|
IMPORT_C void ExternalizeL(RWriteStream &aStream) const;
Externalises a set of margins to a write stream.
The presence of this function means that the standard templated stream operator<<(RWriteStream &,const T &)
is available to externalise objects of this class.
|
IMPORT_C TBool operator==(const TMargins &aMargins) const;
Tests margins for equality.
|
|
IMPORT_C TBool operator!=(const TMargins &aMargins) const;
Tests margins for inequality.
|
|
TInt iBottom;
Bottom margin, (in twips or pixels).