class MPageRegionPrinter |
Interface for printing in bands.
Public Member Functions | |
---|---|
void | PrintBandL ( CGraphicsDevice *, TInt , const TBandAttributes &) |
void | PrintBandL | ( | CGraphicsDevice * | aDevice, |
TInt | aPageNo, | |||
const TBandAttributes & | aBandInPixels | |||
) | [pure virtual] |
Prints a band.
Implementations should set up a graphics context to which all drawing should take place using CGraphicsDevice::CreateContext() . All co-ordinate calculations should be done in twips, and converted into pixels before starting the print job.
CGraphicsDevice * aDevice | Pointer to the graphics device representing the printer. |
TInt aPageNo | The number of the page containing the band to be printed. |
const TBandAttributes & aBandInPixels | Attributes of the band to be printed. |
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.