PointConverter.ConvertFrom 메서드

정의

지정된 개체를 Point 개체로 변환합니다.

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);
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

포맷터 컨텍스트입니다. 이 개체를 사용하여 이 변환기가 호출되는 환경에 대한 추가 정보를 가져올 수 있습니다. 이 매개 변수는 null이 될 수 있으므로 항상 확인해야 합니다. 또한 컨텍스트 개체의 속성은 null을 반환할 수도 있습니다.

culture
CultureInfo

특정 culture와 관련된 언어, 달력, culture 규칙 등의 culutre 관련 정보가 들어 있는 개체로, RFC 1766 표준을 따릅니다.

value
Object

변환할 개체입니다.

반환

변환된 개체입니다.

예외

변환을 완료할 수 없습니다.

적용 대상