Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft