PathFigureCollectionConverter.ConvertTo Méthode

Définition

Convertit le PathFigureCollection spécifié dans le type spécifié.

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

Paramètres

context
ITypeDescriptorContext

Décrit les informations de contexte d’un type.

culture
CultureInfo

Décrit le CultureInfo du type en cours de conversion.

value
Object

PathFigureCollection à convertir.

destinationType
Type

Type vers lequel convertir la PathFigureCollection.

Retours

Object

Object qui représente la valeur convertie.

S’applique à