Méthode System::Drawing::Image::FromStream
Image::FromStream method
Crée un objet Image à partir du flux spécifié.
static SharedPtr<Image> System::Drawing::Image::FromStream(const SharedPtr<System::IO::Stream> &stream, bool use_embedded_color_management=false, bool validate_image_data=true)
| Paramètre | Type | Description |
|---|---|---|
| flux | const SharedPtr<System::IO::Stream>& | Un flux qui contient des données d’image |
| use_embedded_color_management | bool | IGNORED |
| validate_image_data | bool | IGNORED |
ReturnValue
Un pointeur partagé vers l’objet Image créé.
Voir aussi
- Typedef SharedPtr
- Class Image
- Class Stream
- Class Image
- Namespace System::Drawing
- Library Aspose.Font for C++