VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / ColorBaseConverter Class / GetCreateInstanceSupported Methods
In This Topic
    GetCreateInstanceSupported Method (ColorBaseConverter)
    In This Topic
    Overloaded. Returns whether changing a value on this object requires a call to the method to create a new value. (Inherited from System.ComponentModel.TypeConverter)
    Overload List
    OverloadDescription
    Returns whether changing a value on this object requires a call to the System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) method to create a new value. (Inherited from System.ComponentModel.TypeConverter)
    Determines whether changing a value on this object should require a call to the CreateInstance method to create a new value.
    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