System::Drawing::ImageFormatConverter::ConvertFrom méthode
Contenu
[
Cacher
]ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext>&, const SharedPtr<Globalization::CultureInfo>&, const SharedPtr<Object>&) method
Convertit des objets.
SharedPtr<Object> System::Drawing::ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const SharedPtr<Globalization::CultureInfo> &culture, const SharedPtr<Object> &value) override
| Paramètre | Type | Description |
|---|---|---|
| context | const SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object information de contexte de conversion. |
| culture | const SharedPtr<Globalization::CultureInfo>& | Culture à utiliser lors de la conversion d’objets. |
| value | const SharedPtr<Object>& | Object à convertir. |
ReturnValue
objet converti.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Convertit des objets.
virtual System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
| Paramètre | Type | Description |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object information de contexte de conversion. |
| culture | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture à utiliser lors de la conversion d’objets. |
| value | const System::SharedPtr<System::Object>& | Object à convertir. |
ReturnValue
objet converti.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
Convertit une chaîne en objet.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
| Paramètre | Type | Description |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object information de contexte de conversion. |
| culture | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture à utiliser lors de la conversion d’objets. |
| valeur | const System::String& | Valeur à convertir. |
ReturnValue
objet converti.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class String
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<System::Object>&) method
Convertit des objets.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
| Paramètre | Type | Description |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object à convertir. |
ReturnValue
objet converti.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Font for C++