D2D1_INK_POINT structure

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

Header

D2d1_3.h

 

 

Show: