PathFigureCollectionConverter.ConvertFrom 메서드

정의

지정한 개체를 PathFigureCollection으로 변환합니다.

public:
 override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (context As ITypeDescriptorContext, culture As CultureInfo, value As Object) As Object

매개 변수

context
ITypeDescriptorContext

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

culture
CultureInfo

변환 중인 형식의 CultureInfo를 설명합니다.

value
Object

변환되는 개체입니다.

반환

Object

value를 변환하여 만드는 PathFigureCollection입니다.

설명

실제로 변환을 수행 하지 않고 변환이 가능한 지 여부를 확인 하려면 사용 된 CanConvertFrom 메서드.

적용 대상