MÉTHODE ID2D1DeviceContext2 ::CreateInkStyle(constD2D1_INK_STYLE_PROPERTIES&,ID2D1InkStyle**) (d2d1_3.h)
Crée un objet ID2D1InkStyle , à utiliser avec des méthodes de rendu d’encre telles que DrawInk.
Syntaxe
HRESULT CreateInkStyle(
[ref] const D2D1_INK_STYLE_PROPERTIES & inkStyleProperties,
[out] ID2D1InkStyle **inkStyle
);
Paramètres
[ref] inkStyleProperties
Type : const D2D1_INK_STYLE_PROPERTIES
Propriétés du style d’encre à créer.
[out] inkStyle
Type : ID2D1InkStyle**
Lorsque cette méthode retourne, contient l’adresse d’un pointeur vers un nouvel objet de style encre.
Valeur retournée
Type : HRESULT
S_OK en cas de réussite, sinon un échec HRESULT.
Configuration requise
Client minimal pris en charge | Windows 10 [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2016 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | d2d1_3.h |
DLL | D2d1.dll |