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.
Matrix3DConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)
.NET Framework (current version)
Attempts to convert to a Matrix3D from the given object.
Assembly: PresentationCore (in PresentationCore.dll)
public: virtual Object^ ConvertFrom( ITypeDescriptorContext^ context, CultureInfo^ culture, Object^ value ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
The ITypeDescriptorContext for this call.
- culture
-
Type:
System.Globalization::CultureInfo^
The CultureInfo which is respected when converting.
- value
-
Type:
System::Object^
The object to convert to an instance of Matrix3D.
| Exception | Condition |
|---|---|
| NotSupportedException | A NotSupportedException is thrown if the example object is null or is not a valid type which can be converted to a Matrix3D. |
.NET Framework
Available since 3.0
Available since 3.0
Show: