System::Drawing::ImageConverter::ConvertTo Methode
Inhalt
[
Ausblenden
]ImageConverter::ConvertTo(const System::SharedPtr<System::ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Konvertiert ein Objekt in einen spezifischen Typ.
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 | Typ | Beschreibung |
|---|---|---|
| context | const System::SharedPtr<System::ComponentModel::ITypeDescriptorContext>& | Object Konvertierungskontextinformationen |
| Kultur | const System::SharedPtr<System::Globalization::CultureInfo>& | Kultur, die beim Konvertieren von Objekten verwendet wird |
| Wert | const System::SharedPtr<System::Object>& | Ein Objekt zum Konvertieren. |
| destinationType | const System::TypeInfo& | Ein Typ, zu dem konvertiert werden soll. |
ReturnValue
Konvertiertes Objekt.
Siehe auch
- 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
Konvertiert ein Objekt in einen spezifischen Typ.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertTo(const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType)
| Parameter | Typ | Beschreibung |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object zum Konvertieren. |
| destinationType | const System::TypeInfo& | Typ, zu dem konvertiert werden soll. |
ReturnValue
Konvertiertes Objekt.
Siehe auch
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class ImageConverter
- Namespace System::Drawing
- Library Aspose.Font for C++