PathFigureCollectionConverter.ConvertTo Método

Definição

Converte o especificado PathFigureCollection para o tipo especificado.

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

Parâmetros

context
ITypeDescriptorContext

Descreve a informação de contexto de um tipo.

culture
CultureInfo

Descreve o CultureInfo do tipo que está a ser convertido.

value
Object

O PathFigureCollection para converter.

destinationType
Type

O tipo para converter o PathFigureCollection para.

Devoluções

Um Object que representa o valor convertido.

Aplica-se a