ConvertFrom()
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
Arguments
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. |
Return Value
converted object.
See Also
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Slides