System::Drawing::ImageConverter::ConvertTo yöntemi
İçindekiler
[
Saklamak
]ImageConverter::ConvertTo(const System::SharedPtr<System::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::ImageConverter::ConvertTo(const System::SharedPtr<System::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<System::ComponentModel::ITypeDescriptorContext>& | Object dönüşüm 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 bir 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 ImageConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
ImageConverter::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 ImageConverter
- Namespace System::Drawing
- Library Aspose.Font for C++