ReactOS 0.4.17-dev-357-ga8f14ff
GpCustomLineCap Struct Reference

#include <gdiplus_private.h>

Collaboration diagram for GpCustomLineCap:

Public Attributes

CustomLineCapType type
 
GpPathData pathdata
 
BOOL fill
 
GpLineCap basecap
 
REAL inset
 
GpLineCap strokeStartCap
 
GpLineCap strokeEndCap
 
GpLineJoin join
 
REAL scale
 

Detailed Description

Definition at line 363 of file gdiplus_private.h.

Member Data Documentation

◆ basecap

GpLineCap GpCustomLineCap::basecap

Definition at line 367 of file gdiplus_private.h.

Referenced by GdipGetCustomLineCapBaseCap().

◆ fill

BOOL GpCustomLineCap::fill

Definition at line 366 of file gdiplus_private.h.

Referenced by draw_cap(), and METAFILE_FillCustomLineCapData().

◆ inset

REAL GpCustomLineCap::inset

Definition at line 368 of file gdiplus_private.h.

Referenced by draw_poly(), and widen_cap().

◆ join

GpLineJoin GpCustomLineCap::join

◆ pathdata

GpPathData GpCustomLineCap::pathdata

Definition at line 365 of file gdiplus_private.h.

Referenced by GdipDeleteCustomLineCap().

◆ scale

REAL GpCustomLineCap::scale

Definition at line 372 of file gdiplus_private.h.

Referenced by METAFILE_FillCustomLineCapData().

◆ strokeEndCap

GpLineCap GpCustomLineCap::strokeEndCap

Definition at line 370 of file gdiplus_private.h.

Referenced by METAFILE_FillCustomLineCapData().

◆ strokeStartCap

GpLineCap GpCustomLineCap::strokeStartCap

Definition at line 369 of file gdiplus_private.h.

Referenced by METAFILE_FillCustomLineCapData().

◆ type

CustomLineCapType GpCustomLineCap::type

Definition at line 364 of file gdiplus_private.h.

Referenced by GdipGetCustomLineCapType().


The documentation for this struct was generated from the following file: