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.
SizeConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)
.NET Framework (current version)
Attempts to convert a specified object to an instance of Size.
Assembly: WindowsBase (in WindowsBase.dll)
public: virtual Object^ ConvertFrom( ITypeDescriptorContext^ context, CultureInfo^ culture, Object^ value ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
Provides contextual information about a component.
- culture
-
Type:
System.Globalization::CultureInfo^
Culture-specific information that should be respected during conversion.
- value
-
Type:
System::Object^
The source object that is being converted.
.NET Framework
Available since 3.0
Available since 3.0
Show: