VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / RegionOfInterestTypeConverter Class / ConvertFrom Methods / ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
Syntax Requirements SeeAlso
In This Topic
ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method (RegionOfInterestTypeConverter)
In This Topic
Converts the specified object to the native type of the converter.
Syntax
'Declaration

Public Overloads Overrides Function ConvertFrom( _
ByVal context
A formatter context.
As System.ComponentModel.ITypeDescriptorContext, _
ByVal culture
A CultureInfo object that specifies the culture used to represent the font.
As System.Globalization.CultureInfo, _
ByVal value
The object to convert.
As System.Object _
) As System.Object
public override System.Object ConvertFrom(
System.ComponentModel.ITypeDescriptorContext context,
System.Globalization.CultureInfo culture,
System.Object value
)

Parameters

context
A formatter context.
culture
A CultureInfo object that specifies the culture used to represent the font.
value
The object to convert.

Return Value

The converted object.
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