ExportBitmapList method (ILEADRasterImgList)
short ExportBitmapList(long nStart, long nItemsCount); | |
Overview |
Refer to Using the Image List Control. |
Remarks
Exports a number of bitmaps from the ImageList Control to a Bitmap List.
The list of bitmaps will be exported from the ImageList control into the ExportedBitmapList property starting from nStart to (nStart + nItemsCount –1).
See Also
Elements: |
ExportedBitmapList property, ImportBitmapList method, Item property |
Topics: |