structure D2D1_ELLIPSE (d2d1.h)
Contient le point central, le rayon x et le rayon y d’une ellipse.
Syntaxe
typedef struct D2D1_ELLIPSE {
D2D1_POINT_2F point;
FLOAT radiusX;
FLOAT radiusY;
} D2D1_ELLIPSE;
Membres
point
Type : D2D1_POINT_2F
Point central de l’ellipse.
radiusX
Type : FLOAT
Rayon X de l’ellipse.
radiusY
Type : FLOAT
Rayon Y de l’ellipse.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7, Windows Vista avec SP2 et Mise à jour de plateforme pour Windows Vista [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 R2, Windows Server 2008 avec SP2 et Mise à jour de plateforme pour Windows Server 2008 [applications de bureau | Applications UWP] |
En-tête | d2d1.h |