ID2D1InkStyle::GetNibTransform method

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

Syntax



            void
           GetNibTransform(
  [out] D2D1_MATRIX_3X2_F *transform
);

Parameters

transform [out]

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

This method does not return a value.

Requirements

Header

D2d1_3.h

Library

D2d1_3.lib

DLL

D2d1_3.dll

See also

ID2D1InkStyle

 

 

Show: