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^)
.NET Framework (current version)
Creates an instance of a SizeF with the specified property values using the specified context.
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
Available since 2.0
Show: