System::Drawing::ImageConverter::ConvertTo method
ImageConverter::ConvertTo method
Converts object to specific type.
System::SharedPtr<System::Object> System::Drawing::ImageConverter::ConvertTo(const System::SharedPtr<System::ComponentModel::ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType) override
Parameter | Type | Description |
---|---|---|
context | const System::SharedPtr<System::ComponentModel::ITypeDescriptorContext>& | Object conversion context information |
culture | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture to use when converting objects |
value | const System::SharedPtr<System::Object>& | An object to convert. |
destinationType | const System::TypeInfo& | A type to convert to. |
ReturnValue
Converted object.
See Also
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class TypeInfo
- Class ImageConverter
- Namespace System::Drawing
- Library Aspose.TeX for C++