FreeRDP
|
Data Fields | |
HGDIOBJECT | selectedObject |
UINT32 | format |
UINT32 | bkColor |
UINT32 | textColor |
HGDI_BRUSH | brush |
HGDI_RGN | clip |
HGDI_PEN | pen |
HGDI_WND | hwnd |
INT32 | drawMode |
INT32 | bkMode |
Definition at line 458 of file include/freerdp/gdi/gdi.h.
UINT32 GDI_DC::bkColor |
Definition at line 462 of file include/freerdp/gdi/gdi.h.
INT32 GDI_DC::bkMode |
Definition at line 469 of file include/freerdp/gdi/gdi.h.
HGDI_BRUSH GDI_DC::brush |
Definition at line 464 of file include/freerdp/gdi/gdi.h.
HGDI_RGN GDI_DC::clip |
Definition at line 465 of file include/freerdp/gdi/gdi.h.
INT32 GDI_DC::drawMode |
Definition at line 468 of file include/freerdp/gdi/gdi.h.
UINT32 GDI_DC::format |
Definition at line 461 of file include/freerdp/gdi/gdi.h.
HGDI_WND GDI_DC::hwnd |
Definition at line 467 of file include/freerdp/gdi/gdi.h.
HGDI_PEN GDI_DC::pen |
Definition at line 466 of file include/freerdp/gdi/gdi.h.
HGDIOBJECT GDI_DC::selectedObject |
Definition at line 460 of file include/freerdp/gdi/gdi.h.
UINT32 GDI_DC::textColor |
Definition at line 463 of file include/freerdp/gdi/gdi.h.