You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Exporting GdPicture Image > GetGdiplusImageFromGdPictureImage Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.GetGdiplusImageFromGdPictureImage Method

Returns a gdiplus image handle from a GdPicture image.

C#
public IntPtr GetGdiplusImageFromGdPictureImage(
    int ImageID
);
Visual Basic
Public Function GetGdiplusImageFromGdPictureImage(
    ByVal ImageID As Integer
) As IntPtr
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier. The GdPicture image to export as gdiplus image handle.  
Returns

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.