Point3DConverter.ConvertTo Methode

Definitie

Pogingen om een Point3D structuur te converteren naar een opgegeven type.

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

Parameters

context
ITypeDescriptorContext

Beschrijft de contextinformatie van een type.

culture
CultureInfo

De CultureInfo die wordt gerespecteerd bij het converteren.

value
Object

De Point3D structuur die moet worden geconverteerd.

destinationType
Type

Het type van deze Point3D structuur wordt geconverteerd naar.

Retouren

Het object dat is gemaakt van het converteren van deze Point3D structuur.

Van toepassing op