GdPictureImaging Constructor
A standard constructor for the GdPictureImaging class. It initializes an instance of the GdPictureImaging class, which subsequently represents a wrapper for all the image resources you want to process. You will need this object to perform all available operations with your image files.
Processed image resources are identified by their unique image indentifier, so you need to initialize only one GdPictureImaging object to handle all your image files.
public GdPictureImaging()
public GdPictureImaging();
public function GdPictureImaging();
public: GdPictureImaging();
public:
GdPictureImaging();
'Declaration
Public Function New()