ID2D1InkStyle::SetNibShape method (d2d1_3.h)

Sets the pre-transform nib shape for this style.

Syntax

void SetNibShape(
  D2D1_INK_NIB_SHAPE nibShape
);

Parameters

nibShape

Type: D2D1_INK_NIB_SHAPE

The pre-transform nib shape to use in this style.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header d2d1_3.h
Library D2d1_3.lib
DLL D2d1_3.dll

See also

ID2D1InkStyle