Returns an Image corresponding to the specified OLE IPicture object.
Protected Shared Function GetPictureFromIPicture ( _ picture As Object _ ) As Image
protected static Image GetPictureFromIPicture( Object picture )
protected: static Image^ GetPictureFromIPicture( Object^ picture )
static member GetPictureFromIPicture : picture:Object -> Image
You can use this method to convert IPictureDisp objects in addition to IPicture objects. This works because the IPictureDisp OLE interface is a subset of the IPicture interface. Converting IPictureDisp objects with this method is necessary because the GetPictureFromIPictureDisp does not work correctly at this time.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2