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.
Defines the general pen tip shape and the transform used in an ID2D1InkStyle object.
Syntax
typedef struct D2D1_INK_STYLE_PROPERTIES {
D2D1_INK_NIB_SHAPE nibShape;
D2D1_MATRIX_3X2_F nibTransform;
} D2D1_INK_STYLE_PROPERTIES;
Members
nibShape
The pre-transform shape of the nib (pen tip) used to draw a given ink object.
nibTransform
The transform applied to the nib. Note that the translation components of the transform matrix are ignored for the purposes of rendering.
Requirements
Requirement | Value |
---|---|
Header | d2d1_3.h |