Support.IFontToFont(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862
将 Visual Basic 6.0 的 stdFont
对象转换为 Font。
public:
static System::Drawing::Font ^ IFontToFont(System::Object ^ objFnt);
public static System.Drawing.Font IFontToFont (object objFnt);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static System.Drawing.Font IFontToFont (object objFnt);
static member IFontToFont : obj -> System.Drawing.Font
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member IFontToFont : obj -> System.Drawing.Font
Public Function IFontToFont (objFnt As Object) As Font
参数
返回
要转换的指定对象。
- 属性
注解
Visual Basic 6.0stdFont
对象是基于 COM 的和已在 Visual Basic 中没有等效项。 升级工具使用此函数之间进行转换Font和一个stdFont
项目升级过程。
注意
Microsoft.VisualBasic.Compatibility.VB6 命名空间中的函数和对象用于工具从 Visual Basic 6.0 升级到 Visual Basic 2008。 多数情况下,这些函数和对象可再现 .NET Framework 中其他命名空间的功能。 只有当 Visual Basic 6.0 代码模型与 .NET Framework 实现有显著区别时,才必须使用这些函数和对象。