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

 

Attempts to convert to a Point3DCollection from the given object.

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

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

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

The type descriptor context for this call.

culture
Type: System.Globalization::CultureInfo^

The culture information that is respected when converting.

value
Type: System::Object^

The object to convert to an instance of Point3DCollection.

Return Value

Type: System::Object^

The Point3DCollection that was constructed.

Exception Condition
NotSupportedException

value is null or is not a valid type that can be converted to a Point3DCollection.

.NET Framework
Available since 3.0
Return to top
Show: