System::Drawing::ImageConverter::ConvertTo metode
isi
[
bersembunyi
]ImageConverter::ConvertTo(const System::SharedPtr<System::ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Mengonversi objek ke tipe tertentu.
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
| Parameter | Tipe | Deskripsi |
|---|---|---|
| context | const System::SharedPtr<System::ComponentModel::ITypeDescriptorContext>& | Object informasi konteks konversi |
| budaya | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture yang digunakan saat mengonversi objek |
| value | const System::SharedPtr<System::Object>& | Objek yang akan dikonversi. |
| destinationType | const System::TypeInfo& | Tipe untuk dikonversi. |
ReturnValue
Objek yang dikonversi.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class TypeInfo
- Class ImageConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
ImageConverter::ConvertTo(const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Mengonversi objek ke tipe tertentu.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertTo(const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object untuk dikonversi. |
| destinationType | const System::TypeInfo& | Tipe untuk dikonversi ke. |
ReturnValue
Objek yang dikonversi.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class ImageConverter
- Namespace System::Drawing
- Library Aspose.Page for C++