ImageSourceTypeConverter.ConvertFrom 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的对象转换为 BitmapSource。
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
已转换的对象。
返回
新的 BitmapSource 对象。
例外
从此类中而不是派生类中调用此方法。
value
为 null
。
value
不是可以转换的类型。
注解
此方法未在此类中实现 - 除了引发异常外。 请参阅 继承者的说明。
继承者说明
重写此方法以提供转换方法。 使用 context
参数提取有关调用此转换器的环境的附加信息。 使用 culture
参数提供有关语言或区域性的信息。