|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <gdiplus_private.h>

Public Attributes | |
| GpBrush | brush |
| GpHatchStyle | hatchstyle |
| ARGB | forecol |
| ARGB | backcol |
Definition at line 261 of file gdiplus_private.h.
| ARGB GpHatch::backcol |
Definition at line 265 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 262 of file gdiplus_private.h.
| ARGB GpHatch::forecol |
Definition at line 264 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 263 of file gdiplus_private.h.
Referenced by create_hatch_bitmap(), GdipCloneBrush(), GdipGetHatchStyle(), and METAFILE_FillBrushData().