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 に変換できません。

適用対象