RectConverter.CanConvertTo(ITypeDescriptorContext, Type) Methode

Definitie

Bepaalt of een Rect kan worden geconverteerd naar het opgegeven type.

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

Parameters

context
ITypeDescriptorContext

Biedt contextuele informatie die vereist is voor conversie.

destinationType
Type

Het gewenste type dat wordt Rect geƫvalueerd voor conversie.

Retouren

true als een Rect kan worden geconverteerd naar destinationType; anders , false.

Van toepassing op