GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / CreateGdPictureImageFromDIB Method





In This Topic
CreateGdPictureImageFromDIB Method (GdPictureImaging)
In This Topic
Creates a new GdPicture image from an instantiated Device Independent Bitmap (DIB) handle.
Overload List
OverloadDescription
Creates a new GdPicture image from an instantiated Device Independent Bitmap (DIB) handle 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.  
Creates a new GdPicture image from an instantiated Device Independent Bitmap (DIB) handle provided as IntrPtr. 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