Creates a new GdPicture Image from a gdiplus image handle.
public int CreateGdPictureImageFromGdiplusImage( IntPtr GdiplusImage );
Public Function CreateGdPictureImageFromGdiplusImage( ByVal GdiplusImage As IntPtr ) As Integer
|
Parameters |
Description |
|
GdiplusImage |
Pointer to a gdiplus image handle. If success, set the created image as a GdPicture image. |
0: The image could not created. Use the GetStat() function to determine the reason this function failed.
Non-zero: GdPicture Image Identifier. The created image.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|