Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_FORCE_DWORD = 0xffffffff
} ;
Constants
D2D1_INK_NIB_SHAPE_ROUNDValue: 0 The pen tip is circular. |
D2D1_INK_NIB_SHAPE_SQUAREValue: 1 The pen tip is square. |
D2D1_INK_NIB_SHAPE_FORCE_DWORDValue: 0xffffffff |
Requirements
| Requirement | Value |
|---|---|
| Header | d2d1_3.h |