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

Public Attributes | |
| CustomLineCapType | type |
| GpPathData | pathdata |
| BOOL | fill |
| GpLineCap | cap |
| REAL | inset |
| GpLineJoin | join |
| REAL | scale |
Definition at line 330 of file gdiplus_private.h.
| GpLineCap GpCustomLineCap::cap |
Definition at line 334 of file gdiplus_private.h.
Referenced by GdipGetCustomLineCapBaseCap().
| BOOL GpCustomLineCap::fill |
Definition at line 333 of file gdiplus_private.h.
Referenced by draw_cap().
| REAL GpCustomLineCap::inset |
Definition at line 335 of file gdiplus_private.h.
Referenced by draw_poly(), and GdipGetCustomLineCapBaseInset().
| GpLineJoin GpCustomLineCap::join |
Definition at line 336 of file gdiplus_private.h.
Referenced by GdipGetCustomLineCapStrokeJoin(), and GdipSetCustomLineCapStrokeJoin().
| GpPathData GpCustomLineCap::pathdata |
Definition at line 332 of file gdiplus_private.h.
Referenced by draw_cap(), and GdipDeleteCustomLineCap().
| REAL GpCustomLineCap::scale |
Definition at line 337 of file gdiplus_private.h.
Referenced by GdipGetCustomLineCapWidthScale(), and GdipSetCustomLineCapWidthScale().
| CustomLineCapType GpCustomLineCap::type |
Definition at line 331 of file gdiplus_private.h.
Referenced by draw_cap(), and GdipGetCustomLineCapType().