GetImage Method
Gets a copy of the image managed by this ImageInfo.
Syntax
public System.Drawing.Image GetImage()Public Function GetImage() As System.Drawing.ImageReturn Value
A copy of the image. The caller is reponsible for calling Dispose on the copied image.