Location:
gdi.h
Link against: gdi.lib
TMargins
Supported from 5.0
A set of margins used for cropping a picture.
Margins are specified in twips or pixels.
Defined in TMargins:
ExternalizeL(), InternalizeL(), iBottom, iLeft, iRight, iTop, operator!=(), operator==()
TBool operator==(const TMargins& aMargins) const;
Tests margins for equality.
|
|
TBool operator!=(const TMargins& aMargins) const;
Tests margins for inequality.
|
|
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>>() is available to internalise
objects of this class.
|
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<<() is available to externalise objects of
this class.
|
TInt iTop
Top margin, (in twips or pixels).