InkStyleProperties function (d2d1_3helper.h)

Creates a D2D1_INK_STYLE_PROPERTIES structure.

Syntax

D2D1_INK_STYLE_PROPERTIES InkStyleProperties(
        D2D1_INK_NIB_SHAPE        nibShape,
  [ref] const D2D1_MATRIX_3X2_F & nibTransform
);

Parameters

nibShape

Type: D2D1_INK_NIB_SHAPE

The pre-transform shape of the nib (pen tip) used to draw a given ink object.

[ref] nibTransform

Type: const D2D1_MATRIX_3X2_F

The transform applied to the nib. Note that the translation components of the transform matrix are ignored for the purposes of rendering.

Return value

Type: D2D1_INK_STYLE_PROPERTIES

Returns the created D2D1_INK_STYLE_PROPERTIES structure.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1_3helper.h
Library D2d1.lib
DLL D2d1.dll

See also

D2D1_INK_STYLE_PROPERTIES