Returns a gdiplus image handle from a GdPicture image.
public IntPtr GetGdiplusImageFromGdPictureImage( int ImageID );
Public Function GetGdiplusImageFromGdPictureImage( ByVal ImageID As Integer ) As IntPtr
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. The GdPicture image to export as gdiplus image handle. |
The exported gdiplus image handle.
The exported gdiplus image will have the same pixel source as GdPicture image passed as parameter.
Therefore, if you remove the specified GdPicture image from memory you will remove in same time the exported gdiplus image data.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|