If you want to draw to the screen within a Microsoft Windows application, you should use this Surface type.
Public Member Functions | |
Win32Surface (cairo_surface_t *cobject, bool has_reference=false) | |
Create a C++ wrapper for the C instance. | |
virtual | ~Win32Surface () |
Static Public Member Functions | |
static RefPtr< Win32Surface > | create (HDC hdc) |
Creates a Surface for drawing in Microsoft Windows. |
|
Create a C++ wrapper for the C instance. This C++ instance should then be given to a RefPtr.
|
|
|
|
Creates a Surface for drawing in Microsoft Windows.
|