Windows apps
Collapse the table of content
Expand the table of content
Information
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.

MatrixConverter::ConvertTo Method (ITypeDescriptorContext^, CultureInfo^, Object^, Type^)

 

Attempts to convert a Matrix to a specified type.

Namespace:   System.Windows.Media
Assembly:  WindowsBase (in WindowsBase.dll)

public:
virtual Object^ ConvertTo(
	ITypeDescriptorContext^ context,
	CultureInfo^ culture,
	Object^ value,
	Type^ destinationType
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

The context information of a type.

culture
Type: System.Globalization::CultureInfo^

The CultureInfo of the type being converted.

value
Type: System::Object^

The Matrix to convert.

destinationType
Type: System::Type^

The type to convert this Matrix to.

Return Value

Type: System::Object^

The object created from converting this Matrix.

Exception Condition
NotSupportedException

The value is null or is not a Matrix, or the destinationType is not a valid conversion type.

To determine whether a conversion is possible without actually performing the conversion, use the CanConvertTo method.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft