Método System::Drawing::Image::FromStream
Image::FromStream method
Crea un objeto Image a partir del flujo especificado.
static SharedPtr<Image> System::Drawing::Image::FromStream(const SharedPtr<System::IO::Stream> &stream, bool use_embedded_color_management=false, bool validate_image_data=true)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | const SharedPtr<System::IO::Stream>& | Un flujo que contiene datos de imagen |
| use_embedded_color_management | bool | IGNORED |
| validate_image_data | bool | IGNORED |
ReturnValue
Un puntero compartido al objeto Image creado.
Ver también
- Typedef SharedPtr
- Class Image
- Class Stream
- Class Image
- Namespace System::Drawing
- Library Aspose.Page for C++