RetroArch
Public Attributes | List of all members
D2D1_INK_BEZIER_SEGMENT Struct Reference

Represents a Bezier segment to be used in the creation of an ID2D1Ink object. This structure differs from D2D1_BEZIER_SEGMENT in that it is composed of D2D1_INK_POINT s, which contain a radius in addition to x- and y-coordinates. More...

#include <d2d1_3.h>

Collaboration diagram for D2D1_INK_BEZIER_SEGMENT:
[legend]

Public Attributes

D2D1_INK_POINT point1
 
D2D1_INK_POINT point2
 
D2D1_INK_POINT point3
 

Detailed Description

Represents a Bezier segment to be used in the creation of an ID2D1Ink object. This structure differs from D2D1_BEZIER_SEGMENT in that it is composed of D2D1_INK_POINT s, which contain a radius in addition to x- and y-coordinates.

Member Data Documentation

◆ point1

D2D1_INK_POINT D2D1_INK_BEZIER_SEGMENT::point1

◆ point2

D2D1_INK_POINT D2D1_INK_BEZIER_SEGMENT::point2

◆ point3

D2D1_INK_POINT D2D1_INK_BEZIER_SEGMENT::point3

The documentation for this struct was generated from the following file: