System::Drawing::FontConverter::ConvertTo metodu
İçindekiler
[
Saklamak
]FontConverter::ConvertTo(const System::SharedPtr<ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Nesneyi belirli bir tipe dönüştürür.
System::SharedPtr<System::Object> System::Drawing::FontConverter::ConvertTo(const System::SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType) override
| Parametre | Tür | Açıklama |
|---|---|---|
| context | const System::SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object dönüştürme bağlamı bilgisi. |
| kültür | const System::SharedPtr<System::Globalization::CultureInfo>& | Nesneleri dönüştürürken kullanılacak kültür. |
| değer | const System::SharedPtr<System::Object>& | Dönüştürülecek bir nesne. |
| destinationType | const System::TypeInfo& | Dönüştürülecek tür. |
ReturnValue
Dönüştürülmüş nesne.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class TypeInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
FontConverter::ConvertTo(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Nesneyi belirli bir tipe dönüştürür.
virtual System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertTo(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType)
| Parametre | Tür | Açıklama |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object dönüştürme bağlamı bilgisi. |
| kültür | const System::SharedPtr<System::Globalization::CultureInfo>& | Nesneleri dönüştürürken kullanılacak kültür. |
| value | const System::SharedPtr<System::Object>& | Object dönüştürülecek. |
| destinationType | const System::TypeInfo& | Dönüştürülecek tür. |
ReturnValue
Dönüştürülmüş nesne.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class TypeInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
FontConverter::ConvertTo(const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Nesneyi belirli bir tipe dönüştürür.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertTo(const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType)
| Parametre | Tür | Açıklama |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object dönüştürülecek. |
| destinationType | const System::TypeInfo& | Dönüştürülecek tür. |
ReturnValue
Dönüştürülmüş nesne.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++