Point3DConverter.ConvertFrom 方法

定义

尝试将指定对象转换为 Point3D 结构。

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 创建的 Point3D 结构。

适用于