VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.TypeConverters Namespace / RectangleFConverter Class / GetCreateInstanceSupported Methods / GetCreateInstanceSupported(ITypeDescriptorContext) Method
Syntax Requirements SeeAlso
In This Topic
GetCreateInstanceSupported(ITypeDescriptorContext) Method (RectangleFConverter)
In This Topic
Determines that changing a value on this object should require a call to CreateInstance to create a new value.
Syntax
'Declaration

Public Overloads Overrides Function GetCreateInstanceSupported( _
ByVal context
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
As System.ComponentModel.ITypeDescriptorContext _
) As Boolean
public override bool GetCreateInstanceSupported(
System.ComponentModel.ITypeDescriptorContext context
)

Parameters

context
An System.ComponentModel.ITypeDescriptorContext that provides a format context.

Return Value

True if changing a property on this object requires a call to System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) to create a new value; otherwise, false.
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