Int32RectConverter.ConvertFrom 方法

定义

尝试将指定类型转换成 Int32Rect

public:
 override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (context As ITypeDescriptorContext, culture As CultureInfo, value As Object) As Object

参数

context
ITypeDescriptorContext

提供转换所需的上下文信息。

culture
CultureInfo

要在转换过程中考虑的区域性信息。

value
Object

要转换的对象。

返回

Object

通过转换 value 创建的 Int32Rect

例外

指定的对象为 NULL 或类型,不能转换为 Int32Rect

注解

若要确定是否可以在不实际执行转换的情况下进行转换,请使用 CanConvertFrom 该方法。

适用于