D2D1_INK_POINT structure (d2d1_3.h)

Represents a point, radius pair that makes up part of a D2D1_INK_BEZIER_SEGMENT.

Syntax

typedef struct D2D1_INK_POINT {
  FLOAT x;
  FLOAT y;
  FLOAT radius;
} D2D1_INK_POINT;

Members

x

The x-coordinate of the point.

y

The y-coordinate of the point.

radius

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

Requirements

Requirement Value
Header d2d1_3.h