SizeFConverter::CreateInstance Method (ITypeDescriptorContext^, IDictionary^)

 

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

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
virtual Object^ CreateInstance(
	ITypeDescriptorContext^ context,
	IDictionary^ propertyValues
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext through which additional context can be supplied.

propertyValues
Type: System.Collections::IDictionary^

An IDictionary containing property names and values.

Return Value

Type: System::Object^

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

.NET Framework
Available since 2.0
Return to top
Show: