PointCollectionConverter.ConvertTo 方法

定义

尝试将 PointCollection 转换为指定类型。

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

要转换的类型的 CultureInfo

value
Object

要转换的 PointCollection

destinationType
Type

要将此 PointCollection 转换为的类型。

返回

Object

从转换此 PointCollection 创建的对象。

例外

value 为 Null 或不是 PointCollection;或 destinationType 不是一种有效的转换类型。

注解

若要确定是否可以在不实际执行转换的情况下执行转换,请使用 CanConvertTo 该方法。

适用于