| Declaration |
Description |
| procedure DrawBitmap (Destination:TCanvas; Bitmap:TBitmap; Rec,RecSrc:TRect);
|
Draws a bitmap |
| procedure DrawBitmapMosaic (canvas:TCanvas; rec:TRect; bitmap:TBitmap);
|
Draws a bitmap with mosaic effect |
| procedure DrawBitmapMosaicSlow (canvas:TCanvas; rec:Trect; bitmap:TBitmap);
|
The same but only for printer and screen |
| function GetPhysicPageSizeTwips:TPoint; |
Page size |
| function GetPageSizeTwips:TPoint; |
Page size |
| function GetPageMarginsTWIPS:TRect; |
Page margins |
| function QtPageSizeToGDIPageSize (qtsize:TPageSizeQt):TGDIPageSize; |
Page size conversion |
| function FindIndexPaperName (device, name:string):integer; |
Printer index |
| procedure SetCurrentPaper (apapersize:TGDIPageSize); |
Get current paper |
| procedure SendControlCodeToPrinter (S: string); |
Sends raw data to printer |
| procedure JPegStreamToBitmapStream (AStream:TMemoryStream); |
Converts a Jpeg to bitmap |