Fonction RoundedRect (d2d1helper.h)
Crée une structure D2D1_ROUNDED_RECT .
Syntaxe
D2D1_ROUNDED_RECT RoundedRect(
[in, ref] const D2D1_RECT_F & rect,
FLOAT radiusX,
FLOAT radiusY
);
Paramètres
[in, ref] rect
Type : const D2D1_RECT_F
Taille et position du rectangle.
radiusX
Type : FLOAT
Rayon x de l’ellipse quart dessinée pour remplacer chaque coin du rectangle.
radiusY
Type : FLOAT
Rayon y de l’ellipse quart dessinée pour remplacer chaque coin du rectangle.
Valeur retournée
Type : D2D1_ROUNDED_RECT
Nouveau rectangle arrondi.
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 Platform Update pour Windows Server 2008 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | d2d1helper.h |
Bibliothèque | D2d1.lib |
DLL | D2d1.dll |