RectConverter.CanConvertTo(ITypeDescriptorContext, Type) Methode

Definition

Bestimmt, ob ein Rect in den angegebenen Typ konvertiert werden kann.

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

Parameter

context
ITypeDescriptorContext

Stellt erforderliche Kontextinformationen für die Konvertierung bereit.

destinationType
Type

Der Typ, in den die auszuwertende Rect konvertiert werden soll.

Gibt zurück

true, wenn ein Rect in destinationType konvertiert werden kann, andernfalls false.

Gilt für: