2#ifndef _system_drawing_image_converter_h_
3#define _system_drawing_image_converter_h_
5#include "system/component_model/type_converter.h"
19 ASPOSECPP_SHARED_RTTI_INFO_DECL();
Class that handles type conversion in component model. Objects of this class should only be allocated...
Definition: type_converter.h:18
System::SharedPtr< System::Object > ConvertTo(const System::SharedPtr< System::Object > &value, const System::TypeInfo &destinationType)
Converts object to specific type.
Converts Image objects from one data type to another. Objects of this class should only be allocated ...
Definition: image_converter.h:15
ImageConverter()
Constructs a new instance of ImageConverter.
System::SharedPtr< System::Object > 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
Converts object to specific type.
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Represents a particular type and provides information about it.
Definition: type_info.h:109
Definition: db_command.h:9