System::Drawing::ImageFormatConverter::ConvertFrom method
Contents
[
Hide
]ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext>&, const SharedPtr<Globalization::CultureInfo>&, const SharedPtr<Object>&) method
Converts objects.
SharedPtr<Object> System::Drawing::ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const SharedPtr<Globalization::CultureInfo> &culture, const SharedPtr<Object> &value) override
| Parameter | Type | Description |
|---|---|---|
| context | const SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object conversion context information. |
| culture | const SharedPtr<Globalization::CultureInfo>& | Culture to use when converting objects. |
| value | const SharedPtr<Object>& | Object to convert. |
ReturnValue
converted object.
See Also
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.PDF for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Converts objects.
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)
| Parameter | Type | Description |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object conversion context information. |
| culture | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture to use when converting objects. |
| value | const System::SharedPtr<System::Object>& | Object to convert. |
ReturnValue
converted object.
See Also
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.PDF for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
Converts string to object.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
| Parameter | Type | Description |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object conversion context information. |
| culture | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture to use when converting objects. |
| value | const System::String& | Value to convert. |
ReturnValue
converted object.
See Also
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class String
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.PDF for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<System::Object>&) method
Converts objects.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
| Parameter | Type | Description |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object to convert. |
ReturnValue
converted object.
See Also
- Typedef SharedPtr
- Class Object
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.PDF for C++