Método System::Drawing::ImageFormatConverter::ConvertFrom
Contenido
[
Ocultar
]ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext>&, const SharedPtr<Globalization::CultureInfo>&, const SharedPtr<Object>&) method
Convierte objetos.
SharedPtr<Object> System::Drawing::ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const SharedPtr<Globalization::CultureInfo> &culture, const SharedPtr<Object> &value) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| context | const SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object información del contexto de conversión. |
| cultura | const SharedPtr<Globalization::CultureInfo>& | Cultura a usar al convertir objetos. |
| value | const SharedPtr<Object>& | Object para convertir. |
ReturnValue
objeto convertido.
Ver también
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Convierte objetos.
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)
| Parámetro | Tipo | Descripción |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object información del contexto de conversión. |
| cultura | const System::SharedPtr<System::Globalization::CultureInfo>& | Cultura a usar al convertir objetos. |
| value | const System::SharedPtr<System::Object>& | Object para convertir. |
ReturnValue
objeto convertido.
Ver también
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
Convierte una cadena a un objeto.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object información del contexto de conversión. |
| cultura | const System::SharedPtr<System::Globalization::CultureInfo>& | Cultura a usar al convertir objetos. |
| value | const System::String& | Valor a convertir. |
ReturnValue
objeto convertido.
Ver también
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class String
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<System::Object>&) method
Convierte objetos.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object para convertir. |
ReturnValue
objeto convertido.
Ver también
- Typedef SharedPtr
- Class Object
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Page for C++