View Source
Class ImageCropperValueTypeConverter
Inheritance
System.Object
System.ComponentModel.TypeConverter
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ImageCropperValueTypeConverter : TypeConverter
Methods
View Source
CanConvertTo(ITypeDescriptorContext, Nullable<Type>)
Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type? destinationType)
Parameters
| Type |
Name |
Description |
| System.ComponentModel.ITypeDescriptorContext |
context |
|
| System.Nullable<Type> |
destinationType |
|
Returns
| Type |
Description |
| System.Boolean |
|
View Source
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
| Type |
Name |
Description |
| System.ComponentModel.ITypeDescriptorContext |
context |
|
| System.Globalization.CultureInfo |
culture |
|
| System.Object |
value |
|
| Type |
destinationType |
|
Returns
| Type |
Description |
| System.Object |
|