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.

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

 

Converts the specified Geometry to the specified type.

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

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

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

Context information required for conversion.

culture
Type: System.Globalization::CultureInfo^

Cultural information respected during conversion.

value
Type: System::Object^

The Geometry to convert.

destinationType
Type: System::Type^

The type to convert the Geometry to.

Return Value

Type: System::Object^

The object created from converting this Geometry.

Exception Condition
NotSupportedException

Thrown if value is null or is not a Geometry, or if the destinationType cannot be converted into a Geometry.

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