| ImageEn, unit iexVirtualBitmaps |
|
TIESlippyMap.Render
Declaration
procedure Render(Container: TIEBitmap; DestWidth: Integer; DestHeight: Integer; DestScanlines: PPointerArray; DestX1, DestY1, DestX2, DestY2: Integer; SrcCols, SrcRows: PInteger; Transparency: Integer; RenderOperation: TIERenderOperation; Opacity: Double);
Description
Implements the Render method of
TIEVirtualBitmapProvider abstract parent class.
Applications should not use this method. Generally you are better to use
DrawTo or simply
assign the content to a new bitmap