MÉTHODE ID2D1DeviceContext2 ::CreateInk(constD2D1_INK_POINT&,ID2D1Ink**) (d2d1_3.h)
Crée un objet ID2D1Ink qui commence au point donné.
Syntaxe
HRESULT CreateInk(
[ref] const D2D1_INK_POINT & startPoint,
[out] ID2D1Ink **ink
);
Paramètres
[ref] startPoint
Type : const D2D1_INK_POINT
Point de départ du premier segment du premier trait dans le nouvel objet d’entrée manuscrite.
[out] ink
Type : ID2D1Ink**
Lorsque cette méthode retourne, contient l’adresse d’un pointeur vers un nouvel objet d’entrée manuscrite.
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 |