ID2D1InkStyle::GetNibTransform method (d2d1_3.h)

Retrieves the transform to be applied to this style's nib shape.

Syntax

void GetNibTransform(
  [out] D2D1_MATRIX_3X2_F *transform
);

Parameters

[out] transform

Type: D2D1_MATRIX_3X2_F*

When this method returns, contains a pointer to the transform to be applied to this style's nib shape.

Return value

None

Requirements

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

See also

ID2D1InkStyle