System::Drawing::ImageConverter クラス

ImageConverter class

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

class ImageConverter : public System::ComponentModel::TypeConverter

メソッド

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

参照