TransformConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)

 

Converts from an object of a specified type to a Transform object.

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

public:
virtual Object^ ConvertFrom(
	ITypeDescriptorContext^ context,
	CultureInfo^ culture,
	Object^ value
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

The conversion context.

culture
Type: System.Globalization::CultureInfo^

The culture information that applies to the conversion.

value
Type: System::Object^

The object to convert.

Return Value

Type: System::Object^

A new Transform object.

Exception Condition
NotSupportedException

value is null or cannot be converted to a Transform.

.NET Framework
Available since 3.0
Return to top
Show: