D2D1_INK_NIB_SHAPE enumeration

Specifies the appearance of the ink nib (pen tip) as part of an D2D1_INK_STYLE_PROPERTIES structure.

Syntax


typedef enum D2D1_INK_NIB_SHAPE { 
  D2D1_INK_NIB_SHAPE_ROUND   = 0,
  D2D1_INK_NIB_SHAPE_SQUARE  = 1
} D2D1_INK_NIB_SHAPE;

Constants

D2D1_INK_NIB_SHAPE_ROUND

The pen tip is circular.

D2D1_INK_NIB_SHAPE_SQUARE

The pen tip is square.

Requirements

Header

D2d1_3.h

 

 

Show: