System::Drawing::ImageFormatConverter::ConvertFrom method
ImageFormatConverter::ConvertFrom 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.Page for C++