RectConverter.CanConvertTo(ITypeDescriptorContext, Type) 메서드

정의

지정된 형식으로 Rect 변환할 수 있는지 여부를 결정합니다.

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

매개 변수

context
ITypeDescriptorContext

변환에 필요한 컨텍스트 정보를 제공합니다.

destinationType
Type

변환을 위해 평가되는 원하는 형식 Rect 입니다.

반품

변환할 수 있으면 , 그렇지 않으면 .

적용 대상