Class ImageCropperValueTypeConverter
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class ImageCropperValueTypeConverter : TypeConverter
Methods
CanConvertTo(ITypeDescriptorContext, Type)
Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
| Type |
Name |
Description |
| ITypeDescriptorContext |
context |
|
| System.Type |
destinationType |
|
Returns
| Type |
Description |
| System.Boolean |
|
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
| Type |
Name |
Description |
| ITypeDescriptorContext |
context |
|
| CultureInfo |
culture |
|
| System.Object |
value |
|
| System.Type |
destinationType |
|
Returns
| Type |
Description |
| System.Object |
|