Overload | Description |
---|---|
CreateNewGdPictureImage(Int32,Int32,Int16,Color) | Creates a new empty GdPicture image with specific dimensions, bit depth (bits per pixel), and a background color. 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. |
CreateNewGdPictureImage(Int32,Int32,Int16,Int32) | Creates a new empty GdPicture image with specific dimensions, bit depth (bits per pixel), and a background color. 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. |
CreateNewGdPictureImage(Int32,Int32,PixelFormat,Color) | Creates a new empty GdPicture image with specific dimensions, bit depth (bits per pixel), and a background color. 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. |
CreateNewGdPictureImage(Int32,Int32,PixelFormat,Int32) | Creates a new empty GdPicture image with specific dimensions, bit depth (bits per pixel), and a background color. 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. |