LoadMemoryTile method (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int LoadMemoryTile (L_HANDLE hMem, int iBitsPerPixel, int iPage, int iPages, int iBufSize, int nLeft, int nTop, int nWidth, int nHeight);

Delphi Syntax

Function LoadMemoryTile (hMem: L_HANDLE; iBitsPerPixel: Integer; iPage: Integer; iPages: Integer; iBufSize: Longint; nLeft: Integer; nTop: Integer; nWidth: Integer; nHeight: Integer): Integer;

Overview

Refer to Using Memory-Resident Image Files.

Remarks

Loads a section an image from a file that is stored in memory. The file can be in any supported image file format and bits per pixel, whether compressed or uncompressed.

For supported formats, refer to Summary of All Supported Image File Formats.

Support for 12 and 16-bit gray-scale images is available only in the Document/Medical toolkits.

For a list of available products, refer to Summary of LEADTOOLS Products.

See Also

Elements:

LoadMemory method, Load method, LoadStamp method, BitmapDataPath property, StartFeedLoad method, OnLoadInfo event, EnableProgressEvent property, SetLoadResolution method, PCDRes property, WMFResolutionX property, WMFResolutionY property

Topics:

Raster Images: Loading Files