PixelFormatConverter.CanConvertFrom(ITypeDescriptorContext, Type) Method

Definition

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

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ td, Type ^ t);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext td, Type t);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (td As ITypeDescriptorContext, t As Type) As Boolean

Parameters

td
ITypeDescriptorContext

Type context information used to evaluate conversion.

t
Type

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

Returns

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

Applies to