BrushConverter.ConvertFrom 方法

定义

将给定类型的对象转换为 Brush 对象。

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

要转换的对象。

返回

如果成功,则返回一个新的 Brush 对象;否则返回 NULL。

例外

value 为 NULL 或无法转换为 Brush

适用于