VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / ColorBaseConverter Class / CreateInstance Methods / CreateInstance(ITypeDescriptorContext,IDictionary) Method
Syntax Requirements SeeAlso
In This Topic
    CreateInstance(ITypeDescriptorContext,IDictionary) Method (ColorBaseConverter)
    In This Topic
    Creates an object of this type by using a specified set of property values for the object.
    Syntax
    'Declaration
    
    Public Overloads Overrides Function CreateInstance( _
    ByVal context
    A type descriptor through which additional context can be provided.
    As System.ComponentModel.ITypeDescriptorContext, _
    ByVal propertyValues
    A dictionary of new property values.
    As System.Collections.IDictionary _
    ) As System.Object

    Parameters

    context
    A type descriptor through which additional context can be provided.
    propertyValues
    A dictionary of new property values.

    Return Value

    The newly created object, or null if the object could not be created.
    Requirements

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

    See Also