PathFigureCollectionConverter.CanConvertFrom 메서드

정의

지정한 형식에서 PathFigureCollection의 인스턴스로 개체를 변환할 수 있는지 여부를 나타냅니다.

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext context, Type sourceType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (context As ITypeDescriptorContext, sourceType As Type) As Boolean

매개 변수

context
ITypeDescriptorContext

형식의 컨텍스트 정보를 설명합니다.

sourceType
Type

변환이 지원되는지 여부를 쿼리하는 소스 Type입니다.

반환

Boolean

지정된 형식의 개체를 PathFigureCollection로 변환할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상