SizeFConverter.CreateInstance(ITypeDescriptorContext, IDictionary) Method

Definition

Creates an instance of a SizeF with the specified property values using the specified context.

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

Parameters

context
ITypeDescriptorContext

An ITypeDescriptorContext through which additional context can be supplied.

propertyValues
IDictionary

An IDictionary containing property names and values.

Returns

An Object representing the new SizeF, or null if the object cannot be created.

Applies to