ReactOS 0.4.15-dev-7834-g00c4b3d
GpCustomLineCap Struct Reference

#include <gdiplus_private.h>

Collaboration diagram for GpCustomLineCap:

Public Attributes

CustomLineCapType type
 
GpPathData pathdata
 
BOOL fill
 
GpLineCap cap
 
REAL inset
 
GpLineJoin join
 
REAL scale
 

Detailed Description

Definition at line 330 of file gdiplus_private.h.

Member Data Documentation

◆ cap

GpLineCap GpCustomLineCap::cap

Definition at line 334 of file gdiplus_private.h.

Referenced by GdipGetCustomLineCapBaseCap().

◆ fill

BOOL GpCustomLineCap::fill

Definition at line 333 of file gdiplus_private.h.

Referenced by draw_cap().

◆ inset

REAL GpCustomLineCap::inset

Definition at line 335 of file gdiplus_private.h.

Referenced by draw_poly(), and GdipGetCustomLineCapBaseInset().

◆ join

GpLineJoin GpCustomLineCap::join

◆ pathdata

GpPathData GpCustomLineCap::pathdata

Definition at line 332 of file gdiplus_private.h.

Referenced by draw_cap(), and GdipDeleteCustomLineCap().

◆ scale

REAL GpCustomLineCap::scale

◆ type

CustomLineCapType GpCustomLineCap::type

Definition at line 331 of file gdiplus_private.h.

Referenced by draw_cap(), and GdipGetCustomLineCapType().


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