PixelFormatConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)

 

Determines whether the converter can convert an object of the given type to an instance of PixelFormat.

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

public:
virtual bool CanConvertFrom(
	ITypeDescriptorContext^ td,
	Type^ t
) override

Parameters

td
Type: System.ComponentModel::ITypeDescriptorContext^

Type context information used to evaluate conversion.

t
Type: System::Type^

The type of the source that is being evaluated for conversion.

Return Value

Type: System::Boolean

true if the converter can convert the provided type to an instance of PixelFormat; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: