AxHost.GetIPictureFromPicture(Image) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与指定的 Image 对应的 OLE IPicture
对象。
protected:
static System::Object ^ GetIPictureFromPicture(System::Drawing::Image ^ image);
protected static object GetIPictureFromPicture (System.Drawing.Image image);
protected static object? GetIPictureFromPicture (System.Drawing.Image? image);
static member GetIPictureFromPicture : System.Drawing.Image -> obj
Protected Shared Function GetIPictureFromPicture (image As Image) As Object
参数
返回
表示 OLE IPicture
对象的 Object。