RetroArch
Public Attributes | List of all members
D2D1_STROKE_STYLE_PROPERTIES Struct Reference

Properties, aside from the width, that allow geometric penning to be specified. More...

#include <d2d1.h>

Public Attributes

D2D1_CAP_STYLE startCap
 
D2D1_CAP_STYLE endCap
 
D2D1_CAP_STYLE dashCap
 
D2D1_LINE_JOIN lineJoin
 
FLOAT miterLimit
 
D2D1_DASH_STYLE dashStyle
 
FLOAT dashOffset
 

Detailed Description

Properties, aside from the width, that allow geometric penning to be specified.

Member Data Documentation

◆ dashCap

D2D1_CAP_STYLE D2D1_STROKE_STYLE_PROPERTIES::dashCap

◆ dashOffset

FLOAT D2D1_STROKE_STYLE_PROPERTIES::dashOffset

◆ dashStyle

D2D1_DASH_STYLE D2D1_STROKE_STYLE_PROPERTIES::dashStyle

◆ endCap

D2D1_CAP_STYLE D2D1_STROKE_STYLE_PROPERTIES::endCap

◆ lineJoin

D2D1_LINE_JOIN D2D1_STROKE_STYLE_PROPERTIES::lineJoin

◆ miterLimit

FLOAT D2D1_STROKE_STYLE_PROPERTIES::miterLimit

◆ startCap

D2D1_CAP_STYLE D2D1_STROKE_STYLE_PROPERTIES::startCap

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