PointCollectionConverter.ConvertFrom 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 개체를 PointCollection로 변환하려고 합니다.
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
변환되는 개체입니다.
반환
value
를 변환하여 만드는 PointCollection입니다.
예외
지정한 개체가 null이거나 PointCollection로 변환할 수 없는 형식인 경우
설명
실제로 변환을 수행 하지 않고 변환을 수행할 수 있는지 여부를 확인 하려면 사용 된 CanConvertFrom 메서드.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET