KeySplineConverter.CanConvertFrom(ITypeDescriptorContext, Type) Method

Definition

Determines whether an object can be converted from a given type to an instance of a KeySpline.

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptor, Type ^ destinationType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext typeDescriptor, Type destinationType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (typeDescriptor As ITypeDescriptorContext, destinationType As Type) As Boolean

Parameters

typeDescriptor
ITypeDescriptorContext

Describes the context information of a type.

destinationType
Type

The type of the source that is being evaluated for conversion.

Returns

true if the type can be converted to a KeySpline; otherwise, false.

Applies to