System::Drawing::ImageFormatConverter クラス

ImageFormatConverter class

ImageFormat オブジェクトをあるデータ型から別のデータ型へ変換します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new を使用してこの型のインスタンスを作成しないでください。そうしないとランタイムエラーやアサーション障害が発生します。このクラスは常に System::SmartPtr ポインタでラップし、そのポインタを関数の引数として渡すようにしてください。

class ImageFormatConverter : public System::ComponentModel::TypeConverter

メソッド

メソッド説明
ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext>&, const SharedPtr<Globalization::CultureInfo>&, const SharedPtr<Object>&) overrideオブジェクトを変換します。
ConvertFrom(const System::SharedPtr<System::Object>&)オブジェクトを変換します。
virtual ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&)オブジェクトを変換します。
ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&)文字列をオブジェクトに変換します。
ConvertTo(const SharedPtr<ComponentModel::ITypeDescriptorContext>&, const SharedPtr<Globalization::CultureInfo>&, const SharedPtr<Object>&, const TypeInfo&) overrideオブジェクトを特定の型に変換します。
ConvertTo(const System::SharedPtr<System::Object>&, const System::TypeInfo&)オブジェクトを特定の型に変換します。
virtual ConvertTo(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&)オブジェクトを特定の型に変換します。
ImageFormatConverter()新しい ImageFormatConverter のインスタンスを構築します。

参照