PixelFormatConverter.CanConvertTo(ITypeDescriptorContext, Type) Yöntem

Tanım

bir örneğinin PixelFormat farklı bir türe dönüştürülip dönüştürülemeyeceğini belirler.

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext context, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (context As ITypeDescriptorContext, destinationType As Type) As Boolean

Parametreler

context
ITypeDescriptorContext

Dönüştürmeyi değerlendirmek için kullanılan bağlam bilgilerini yazın.

destinationType
Type

Dönüştürmenin değerlendirildiği istenen tür.

Döndürülenler

true dönüştürücü bu örneğini PixelFormatdönüştürebiliyorsa; dönüştüremezse, false.

Şunlara uygulanır