AxHost.GetIPictureFromPicture(Image) 메서드

정의

지정된 Image에 해당하는 OLE IPicture 개체를 반환합니다.

protected:
 static System::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

매개 변수

image
Image

변환할 Image입니다.

반환

Object

OLE IPicture 개체를 나타내는 Object입니다.

적용 대상