SizeFConverter.CreateInstance(ITypeDescriptorContext, IDictionary) メソッド

定義

指定したコンテキストを使用して、指定したプロパティ値を持つ SizeF のインスタンスを作成します。

public:
 override System::Object ^ CreateInstance(System::ComponentModel::ITypeDescriptorContext ^ context, System::Collections::IDictionary ^ propertyValues);
public override object CreateInstance (System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues);
public override object CreateInstance (System.ComponentModel.ITypeDescriptorContext? context, System.Collections.IDictionary propertyValues);
override this.CreateInstance : System.ComponentModel.ITypeDescriptorContext * System.Collections.IDictionary -> obj
Public Overrides Function CreateInstance (context As ITypeDescriptorContext, propertyValues As IDictionary) As Object

パラメーター

context
ITypeDescriptorContext

追加のコンテキストを指定するときに使用する ITypeDescriptorContext

propertyValues
IDictionary

プロパティの名前と値を格納している IDictionary

戻り値

新しい Object を表す SizeF。オブジェクトを作成できない場合は null

適用対象