Support.FontToIFont(Font) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862
Font を Visual Basic 6.0 stdFont オブジェクトに変換します。
public:
static System::Object ^ FontToIFont(System::Drawing::Font ^ fnt);
public static object FontToIFont(System.Drawing.Font fnt);
[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 FontToIFont(System.Drawing.Font fnt);
static member FontToIFont : System.Drawing.Font -> 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 FontToIFont : System.Drawing.Font -> obj
Public Function FontToIFont (fnt As Font) As Object
パラメーター
返品
stdFont オブジェクト。
- 属性
注釈
Visual Basic 6.0 stdFont オブジェクトは COM ベースであり、Visual Basicに相当するものはありません。 この関数は、プロジェクトのアップグレード中に Font と stdFont の間で変換するために、アップグレード ツールによって使用されます。
Note
Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic 2008 にアップグレードするためのツールで使用するために提供されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間で見つけることができる機能を複製します。 これらは、Visual Basic 6.0 コード モデルが .NET Framework の実装と大きく異なる場合にのみ必要です。