System::Drawing::Image::FromFile metodo
Image::FromFile method
Crea un oggetto Image dal file specificato.
static SharedPtr<Image> System::Drawing::Image::FromFile(const String &filename, bool use_embedded_color_management=false)
| Parametro | Tipo | Descrizione |
|---|---|---|
| filename | const String& | Il nome del file che contiene i dati dell’immagine |
| use_embedded_color_management | bool | IGNORED |
ReturnValue
Un puntatore condiviso all’oggetto Image creato.
Vedi anche
- Typedef SharedPtr
- Class Image
- Class String
- Class Image
- Namespace System::Drawing
- Library Aspose.Font for C++