|
FreeRDP
|
#include <freerdp/config.h>#include <stdio.h>#include <string.h>#include <stdlib.h>#include <freerdp/freerdp.h>#include <freerdp/gdi/gdi.h>#include <freerdp/gdi/dc.h>#include "drawing.h"Functions | |
| INT32 | gdi_GetROP2 (HGDI_DC hdc) |
| Set current foreground draw mode. msdn{dd144922}. More... | |
| INT32 | gdi_SetROP2 (HGDI_DC hdc, INT32 fnDrawMode) |
| Set current foreground draw mode. msdn{dd145088}. More... | |
| UINT32 | gdi_GetBkColor (HGDI_DC hdc) |
| Get the current background color. msdn{dd144852}. More... | |
| UINT32 | gdi_SetBkColor (HGDI_DC hdc, UINT32 crColor) |
| Set the current background color. msdn{dd162964}. More... | |
| UINT32 | gdi_GetBkMode (HGDI_DC hdc) |
| Get the current background mode. msdn{dd144853}. More... | |
| INT32 | gdi_SetBkMode (HGDI_DC hdc, INT32 iBkMode) |
| Set the current background mode. msdn{dd162965}. More... | |
| UINT32 | gdi_SetTextColor (HGDI_DC hdc, UINT32 crColor) |
| Set the current text color. msdn{dd145093}. More... | |
| UINT32 gdi_GetBkColor | ( | HGDI_DC | hdc | ) |
Get the current background color. msdn{dd144852}.
| hdc | device context |
| UINT32 gdi_GetBkMode | ( | HGDI_DC | hdc | ) |
Get the current background mode.
msdn{dd144853}.
| hdc | device context |
| INT32 gdi_GetROP2 | ( | HGDI_DC | hdc | ) |
Set current foreground draw mode. msdn{dd144922}.
| hdc | device context |

| UINT32 gdi_SetBkColor | ( | HGDI_DC | hdc, |
| UINT32 | crColor | ||
| ) |
Set the current background color. msdn{dd162964}.
| hdc | device color |
| crColor | new background color |

| INT32 gdi_SetBkMode | ( | HGDI_DC | hdc, |
| INT32 | iBkMode | ||
| ) |
Set the current background mode.
msdn{dd162965}.
| hdc | device context |
| iBkMode | background mode |
| INT32 gdi_SetROP2 | ( | HGDI_DC | hdc, |
| INT32 | fnDrawMode | ||
| ) |
Set current foreground draw mode. msdn{dd145088}.
| hdc | device context |
| fnDrawMode | draw mode |

| UINT32 gdi_SetTextColor | ( | HGDI_DC | hdc, |
| UINT32 | crColor | ||
| ) |
Set the current text color.
msdn{dd145093}.
| hdc | device context |
| crColor | new text color |
