次の方法で共有


PathFigureCollectionConverter.ConvertFrom メソッド

定義

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

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

変換元の型の CultureInfo を説明します。

value
Object

変換されるオブジェクト。

戻り値

Object

value の変換によって作成された PathFigureCollection

注釈

変換を実際に実行せずに変換できるかどうかを判断するには、メソッドを CanConvertFrom 使用します。

適用対象