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_management | bool | IGNORED |
| validate_image_data | bool | IGNORED |
ReturnValue
作成された Image オブジェクトへの共有ポインタ。
参照
- Typedef SharedPtr
- Class Image
- Class Stream
- Class Image
- Namespace System::Drawing
- Library Aspose.Page for C++