ClassGeometryTypeConverter
Class
Converts between string representations and RadPathGeometry objects for path data.
Definition
Namespace:Telerik.Maui.Controls.Paths
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class GeometryTypeConverter : TypeConverter
Inheritance: objectTypeConverterGeometryTypeConverter
Derived Classes:
Inherited Members
Constructors
GeometryTypeConverter()
Declaration
cs-api-definition
public GeometryTypeConverter()
Methods
CanConvertFrom(ITypeDescriptorContext, Type)
Declaration
cs-api-definition
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
context
sourceType
Returns
Overrides
CanConvertTo(ITypeDescriptorContext, Type)
Declaration
cs-api-definition
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
context
destinationType
Returns
Overrides
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
Declaration
cs-api-definition
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
context
culture
value
Returns
Overrides
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)
Declaration
cs-api-definition
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
context
culture
value
destinationType
Returns
Overrides