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.
SizeFConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)
.NET Framework (current version)
Returns a value indicating whether the converter can convert from the type specified to the SizeF type, using the specified context.
Assembly: System.Drawing (in System.Drawing.dll)
public: virtual bool CanConvertFrom( ITypeDescriptorContext^ context, Type^ sourceType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext through which additional context can be supplied.
- sourceType
-
Type:
System::Type^
A Type the represents the type you wish to convert from.
Return Value
Type: System::Booleantrue to indicate the conversion can be performed; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: