InkPoint function (d2d1_3helper.h)

Creates a D2D1_INK_POINT structure.

Syntax

D2D1_INK_POINT InkPoint(
  [ref] const D2D1_POINT_2F & point,
        FLOAT                 radius
);

Parameters

[ref] point

Type: const D2D1_POINT_2F

The x and y coordinates of the point.

radius

Type: FLOAT

The radius of this point. Corresponds to the width of the ink stroke at this point in the stroke.

Return value

Type: D2D1_INK_POINT

Returns the created D2D1_INK_POINT 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_POINT