Método System::Drawing::FontConverter::ConvertFrom
Contenido
[
Ocultar
]FontConverter::ConvertFrom(const System::SharedPtr<ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Convierte objetos.
System::SharedPtr<System::Object> System::Drawing::FontConverter::ConvertFrom(const System::SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| context | const System::SharedPtr<ComponentModel::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>& | Un objeto a convertir. |
ReturnValue
objeto convertido.
Ver también
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
FontConverter::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 FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
FontConverter::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 FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
FontConverter::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 FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++