SizeFConverter::CanConvertTo Method (ITypeDescriptorContext^, Type^)
.NET Framework (current version)
Returns a value indicating whether the SizeFConverter can convert a SizeF to the specified type.
Assembly: System.Drawing (in System.Drawing.dll)
public: virtual bool CanConvertTo( ITypeDescriptorContext^ context, Type^ destinationType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext through which additional context can be supplied.
- destinationType
-
Type:
System::Type^
A Type that represents the type you want to convert from.
Return Value
Type: System::Booleantrue if this converter can perform the conversion otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: