Metodo Graphics::Graphics(Image*) (gdiplusgraphics.h)
Crea un oggetto Graphics::Graphics associato a un oggetto Image .
Sintassi
void Graphics(
[in] Image *image
);
Parametri
[in] image
Tipo: Image*
Puntatore a un oggetto Image che verrà associato al nuovo oggetto Graphics::Graphics .
Valore restituito
nessuno
Osservazioni
Questo costruttore ha esito negativo se l'oggetto Image si basa su un metafile aperto per la lettura. I costruttori Image::Image(file) e Metafile::Metafile(file) aprono un metafile per la lettura. Per aprire un metafile per la registrazione, usare un costruttore Metafile che riceve un handle di contesto del dispositivo.
Questo costruttore ha esito negativo anche se l'immagine usa uno dei formati pixel seguenti:
- PixelFormatUndefined
- PixelFormatDontCare
- PixelFormat1bppIndexed
- PixelFormat4bppIndexed
- PixelFormat8bppIndexed
- PixelFormat16bppGrayScale
- PixelFormat16bppARGB1555
Requisiti
Client minimo supportato | Windows XP, Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | gdiplusgraphics.h (include Gdiplus.h) |
Libreria | Gdiplus.lib |
DLL | Gdiplus.dll |