GeometryConverter.ConvertTo 메서드

정의

지정한 Geometry을 지정한 형식으로 변환합니다.

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

매개 변수

context
ITypeDescriptorContext

변환에 필요한 컨텍스트 정보입니다.

culture
CultureInfo

변환 중 적용되는 문화권 정보입니다.

value
Object

변환할 Geometry입니다.

destinationType
Type

Geometry가 변환될 대상 형식입니다.

반환

Object

Geometry을 변환하여 만드는 개체입니다.

예외

value is null or is not a Geometry, or the destinationType cannot be converted into a Geometry.

적용 대상