次の方法で共有


Support.ImageToIPicture(Image) メソッド

定義

注意事項

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

指定された Image の OLE IPicture オブジェクトを取得します。

public:
 static System::Object ^ ImageToIPicture(System::Drawing::Image ^ img);
public static object ImageToIPicture (System.Drawing.Image img);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static object ImageToIPicture (System.Drawing.Image img);
static member ImageToIPicture : System.Drawing.Image -> obj
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member ImageToIPicture : System.Drawing.Image -> obj
Public Function ImageToIPicture (img As Image) As Object

パラメーター

img
Image

Image

戻り値

OLE IPicture オブジェクトを表す Object

属性

注釈

Visual Basic 6.0 では、OLE でIPictureobject を使用して、イメージを指定する Visual basic で、OLEIPicture形式がサポートされていません。 この関数は、間の変換をアップグレード ツールで使用、IPictureImageします。

注意

Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic 2008 へのアップグレード ツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間にある機能と重複しています。 これらが必要になるのは、Visual Basic 6.0 のコード モデルが .NET Framework の実装と大きく異なる場合だけです。

適用対象