CreateGdPictureImageFromHBitmap Method (GdPictureImaging)
In This Topic
Creates a new GdPicture image from an instantiated Graphics Device Interface (GDI) handle.
Overload List
Overload | Description |
CreateGdPictureImageFromHBitmap(Int32) | Creates a new GdPicture image from an instantiated HBitmap object based on Microsoft® Windows® Graphics Device Interface (GDI),
provided as an integer value. The newly created image is identified by its unique non-zero image identifier.
Please note that it is your responsibility to release the image resources once you have no use for them. |
CreateGdPictureImageFromHBitmap(IntPtr) | Creates a new GdPicture image from an instantiated HBitmap object based on Microsoft® Windows® Graphics Device Interface (GDI),
provided as an IntPtr value. The newly created image is identified by its unique non-zero image identifier.
Please note that it is your responsibility to release the image resources once you have no use for them. |
See Also