The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
KeySplineConverter::ConvertTo Method (ITypeDescriptorContext^, CultureInfo^, Object^, Type^)
.NET Framework (current version)
Attempts to convert a KeySpline to a specified type.
Assembly: PresentationCore (in PresentationCore.dll)
public: [SecurityCriticalAttribute] virtual Object^ ConvertTo( ITypeDescriptorContext^ context, CultureInfo^ cultureInfo, Object^ value, Type^ destinationType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
Provides contextual information required for conversion.
- cultureInfo
-
Type:
System.Globalization::CultureInfo^
Cultural information to respect during conversion.
- value
-
Type:
System::Object^
The KeySpline to convert.
- destinationType
-
Type:
System::Type^
The type to convert this KeySpline to.
| Exception | Condition |
|---|---|
| NotSupportedException | Thrown if value is null or is not a KeySpline, or if the destinationType is not one of the valid types for conversion. |
To determine whether a conversion is possible without actually performing the conversion, use the CanConvertTo method.
.NET Framework
Available since 3.0
Available since 3.0
Show: