KeySplineConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)

 

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

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual bool CanConvertFrom(
	ITypeDescriptorContext^ typeDescriptor,
	Type^ destinationType
) override

Parameters

typeDescriptor
Type: System.ComponentModel::ITypeDescriptorContext^

Describes the context information of a type.

destinationType
Type: System::Type^

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

Return Value

Type: System::Boolean

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

.NET Framework
Available since 3.0
Return to top
Show: