System::Drawing::Image::FromStream メソッド

Image::FromStream method

指定されたストリームから Image オブジェクトを作成します。

static SharedPtr<Image> System::Drawing::Image::FromStream(const SharedPtr<System::IO::Stream> &stream, bool use_embedded_color_management=false, bool validate_image_data=true)
パラメーター説明
ストリームconst SharedPtr<System::IO::Stream>&画像データを含むストリーム
use_embedded_color_managementboolIGNORED
validate_image_databoolIGNORED

ReturnValue

作成された Image オブジェクトへの共有ポインタ。

参照