Aracılığıyla paylaş


FontStretchConverter.ConvertFrom Yöntem

Tanım

Belirtilen nesneyi örneğine FontStretchdönüştürmeye çalışır.

public:
 override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ td, System::Globalization::CultureInfo ^ ci, System::Object ^ value);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext td, System.Globalization.CultureInfo ci, object value);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (td As ITypeDescriptorContext, ci As CultureInfo, value As Object) As Object

Parametreler

td
ITypeDescriptorContext

Bir türün bağlam bilgileri.

ci
CultureInfo

CultureInfo dönüştürülmekte olan türün.

value
Object

Dönüştürülen nesne.

Döndürülenler

Dönüştürülen value'den oluşturulan örneğiFontStretch.

Özel durumlar

value veya null dönüştürme için geçerli bir tür değil.

Şunlara uygulanır