|
ReactOS 0.4.17-dev-243-g1369312
|
#include <gdiplus_private.h>

Public Attributes | |
| GpBrush | brush |
| GpHatchStyle | hatchstyle |
| ARGB | forecol |
| ARGB | backcol |
Definition at line 294 of file gdiplus_private.h.
| ARGB GpHatch::backcol |
Definition at line 298 of file gdiplus_private.h.
Referenced by brush_can_fill_path(), create_hatch_bitmap(), GdipCloneBrush(), GdipGetHatchBackgroundColor(), and METAFILE_FillBrushData().
| GpBrush GpHatch::brush |
Definition at line 295 of file gdiplus_private.h.
| ARGB GpHatch::forecol |
Definition at line 297 of file gdiplus_private.h.
Referenced by brush_can_fill_path(), create_hatch_bitmap(), GdipCloneBrush(), GdipGetHatchForegroundColor(), get_gdi_brush_color(), and METAFILE_FillBrushData().
| GpHatchStyle GpHatch::hatchstyle |
Definition at line 296 of file gdiplus_private.h.
Referenced by create_hatch_bitmap(), GdipCloneBrush(), GdipGetHatchStyle(), and METAFILE_FillBrushData().