LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method






A System.ComponentModel.TypeConverter that provides a format context. You can use this object to get additional information about the environment from which this converter is being invoked.
A System.Globalization.CultureInfo that specifies the culture to represent the color.
The object to convert.
Converts the given object to the converter's native type. .NET support Silverlight support
Syntax
public override object ConvertFrom( 
   ITypeDescriptorContext context,
   CultureInfo culture,
   object value
)
'Declaration
 
Public Overloads Overrides Function ConvertFrom( _
   ByVal context As ITypeDescriptorContext, _
   ByVal culture As CultureInfo, _
   ByVal value As Object _
) As Object
'Usage
 
Dim instance As RasterColorTypeConverter
Dim context As ITypeDescriptorContext
Dim culture As CultureInfo
Dim value As Object
Dim value As Object
 
value = instance.ConvertFrom(context, culture, value)
public override object ConvertFrom( 
   ITypeDescriptorContext context,
   CultureInfo culture,
   object value
)
 function Leadtools.RasterColorTypeConverter.ConvertFrom(ITypeDescriptorContext,CultureInfo,Object)( 
   context ,
   culture ,
   value 
)
public:
Object^ ConvertFrom( 
   ITypeDescriptorContext^ context,
   CultureInfo^ culture,
   Object^ value
) override 

Parameters

context
A System.ComponentModel.TypeConverter that provides a format context. You can use this object to get additional information about the environment from which this converter is being invoked.
culture
A System.Globalization.CultureInfo that specifies the culture to represent the color.
value
The object to convert.

Return Value

An System.Object representing the converted value.
Remarks

For more information, refer to TypeConverter.ConvertFrom

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterColorTypeConverter Class
RasterColorTypeConverter Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.