VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.TypeConverters Namespace / RectangleFConverter Class / CreateInstance Methods / CreateInstance(ITypeDescriptorContext,IDictionary) Method
Syntax Requirements SeeAlso
In This Topic
    CreateInstance(ITypeDescriptorContext,IDictionary) Method (RectangleFConverter)
    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also