RectangleDConverter.ConvertFrom Method

Definition

Converts the given object to the type of this converter, using the specified context and culture information.

C++
public:
 override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value);

Parameters

context
ITypeDescriptorContext

An ITypeDescriptorContext that provides a format context.

culture
CultureInfo

The CultureInfo to use as the current culture.

value
Object

The Object to convert.

Returns

An Object that represents the converted value.

Applies to

Product Versions
Visual Studio SDK 2017, 2019, 2022