ImageFormatConverter.ConvertFrom メソッド

定義

指定のオブジェクトを ImageFormat オブジェクトに変換します。

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);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, 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

フォーマッタ コンテキスト。 このオブジェクトを使用して、このコンバーターを呼び出している環境についての追加情報を取得できます。 この値は null になる場合があるため、常に確認してください。 また、コンテキスト オブジェクト上のプロパティも null を返す場合があります。

culture
CultureInfo

特定のカルチャで使用される書式指定規約を指定する CultureInfo オブジェクト。

value
Object

変換対象のオブジェクト。

戻り値

変換後のオブジェクト。

例外

変換を完了できません。

注釈

ImageFormatConverter 、 クラスで指定された既知のイメージ形式に ImageFormat 変換されます。

適用対象