Share via


PathFigureCollectionConverter.CanConvertTo 메서드

정의

PathFigureCollection의 인스턴스를 지정한 형식으로 변환할 수 있는지 여부를 결정합니다.

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

PathFigureCollection을 확인하여 변환할 대상 형식입니다.

반환

Boolean

PathFigureCollection의 인스턴스를 destinationType으로 변환할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상