ID2D1CommandSink ::D rawRectangle, méthode (d2d1_1.h)
Dessine un rectangle.
Syntaxe
HRESULT DrawRectangle(
[in] const D2D1_RECT_F *rect,
[in] ID2D1Brush *brush,
FLOAT strokeWidth,
[in, optional] ID2D1StrokeStyle *strokeStyle
);
Paramètres
[in] rect
Type : const D2D1_RECT_F*
Rectangle à dessiner dans le récepteur de commandes.
[in] brush
Type : ID2D1Brush*
Pinceau utilisé pour caresser la géométrie.
strokeWidth
Type : FLOAT
Largeur du trait.
[in, optional] strokeStyle
Type : ID2D1StrokeStyle*
Style du trait.
Valeur retournée
Type : HRESULT
Si la méthode réussit, elle retourne S_OK. En cas d’échec, elle retourne un code d’erreur HRESULT .
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 et mise à jour de plateforme pour Windows 7 [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2012 et mise à jour de plateforme pour Windows Server 2008 R2 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | d2d1_1.h |
DLL | D2d1.dll |