SizeConverter::CreateInstance Method (ITypeDescriptorContext^, IDictionary^)
Creates an object of this type by using a specified set of property values for the object. This is useful for creating non-changeable objects that have changeable properties.
Assembly: System.Drawing (in System.Drawing.dll)
public: virtual Object^ CreateInstance( ITypeDescriptorContext^ context, IDictionary^ propertyValues ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
A TypeDescriptor through which additional context can be provided.
- propertyValues
-
Type:
System.Collections::IDictionary^
A dictionary of new property values. The dictionary contains a series of name-value pairs, one for each property returned from the GetProperties method.
Return Value
Type: System::Object^The newly created object, or null if the object could not be created. The default implementation returns null.
Available since 1.1