Exports a GdPicture image as HICON.
public IntPtr GetHICONFromGdPictureImage( int ImageID );
Public Function GetHICONFromGdPictureImage( ByVal ImageID As Integer ) As IntPtr
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. The GdPicture image to export as HICON. |
A new HICON handle which will contains the specified GdPicture image data as icon.
DO NOT FORGET to release the HICON object with the ReleaseHICON() function.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|