In This Topic
GdPicture14 Namespace / GdPictureImaging Class / CreateGdPictureImageFromFile Method

CreateGdPictureImageFromFile Method (GdPictureImaging)

In This Topic
Creates a new GdPicture image representing the image based on an input image file according to what you have specified.
Overload List
OverloadDescription
Creates a new GdPicture image representing the image based on an input image file. The file content is not loaded into memory using this method. 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 representing the image based on an input image file according to what you have specified. You can also specify if the file content is loaded into memory or not using this method. 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 representing the image based on an input image file. You can also specify if the file content is loaded into memory or not using this method together with enabling or disabling the direct access setting. 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