VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.TypeConverters Namespace / PaddingFConverter Class / CreateInstance Methods / CreateInstance(ITypeDescriptorContext,IDictionary) Method
Syntax Requirements SeeAlso
In This Topic
CreateInstance(ITypeDescriptorContext,IDictionary) Method (PaddingFConverter)
In This Topic
Creates an instance of this type given a set of property values for the object. This is useful for objects that are immutable, but still want to provide changable properties.
Syntax
'Declaration

Public Overloads Overrides Function CreateInstance( _
ByVal context
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
As System.ComponentModel.ITypeDescriptorContext, _
ByVal propertyValues
An System.Collections.IDictionary of new property values.
As System.Collections.IDictionary _
) As System.Object

Parameters

context
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
propertyValues
An System.Collections.IDictionary of new property values.

Return Value

An System.Object representing the given System.Collections.IDictionary, or null if the object cannot be created.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also