Loads a picture from the specified stream.
protected static IPicture loadPicture( IStream stream )
protected static IPicture loadPicture( IStream stream, int width, int height )
stream
The IStream object from which to load the picture.
width
The requested width of the picture.
height
The requested height of the picture.
Returns an OLE IPicture object that represents the image.