TMargins Class Reference
A set of margins used for cropping a picture.
Margins are specified in twips or pixels.
Member Functions Documentation
ExternalizeL(RWriteStream &)
Externalises a set of margins to a write stream.
The presence of this function means that the standard templated stream operator<<() is available to externalise objects of this class.
Parameters
RWriteStream & aStream | Stream to which the object is externalised. |
InternalizeL(RReadStream &)
Internalises a set of margins from a read stream.
The presence of this function means that the standard templated stream operator>>() is available to internalise objects of this class.
Parameters
RReadStream & aStream | Stream from which the object is internalised. |
operator!=(const TMargins &)
Tests margins for inequality.
Parameters
const TMargins & aMargins | The margin to be compared with this margin. |
operator==(const TMargins &)
Tests margins for equality.
Parameters
const TMargins & aMargins | The margin to be compared with this margin. |
Member Data Documentation
TInt
iBottom
Bottom margin, (in twips or pixels).
TInt
iLeft
Left margin, (in twips or pixels).
TInt
iRight
Right margin, (in twips or pixels).
TInt
iTop
Top margin, (in twips or pixels).
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.