38#include <visp3/core/vpConfig.h>
39#include <visp3/core/vpDisplay.h>
41#if (defined(VISP_HAVE_GDI))
43#ifndef vpDisplayGDI_HH
44#define vpDisplayGDI_HH
46#include <visp3/gui/vpDisplayWin32.h>
131 vpDisplayGDI(
int winx,
int winy,
const std::string &title =
"");
Display for windows using GDI (available on any windows 32 platform).
Base abstract class for Windows 32 displays. Implements the window creation in a separate thread and ...
Definition of the vpImage class member functions.