Int32RectConverter.CanConvertTo(ITypeDescriptorContext, Type) Metoda

Definice

Určuje, zda lze instanci objektu Int32Rect převést na jiný typ.

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

Parametry

context
ITypeDescriptorContext

Popisuje kontextové informace typu.

destinationType
Type

Požadovaný typ se Int32Rect vyhodnocuje pro převod.

Návraty

Boolean

true je-li to Int32Rect možné převést na destinationType; v opačném případě false.

Platí pro