Metodo ID2D1DeviceContext2::CreateInkStyle(constD2D1_INK_STYLE_PROPERTIES*,ID2D1InkStyle**) (d2d1_3.h)
Crea un nuovo oggetto ID2D1InkStyle , da usare con metodi di rendering penna come DrawInk.
Sintassi
HRESULT CreateInkStyle(
[ref] const D2D1_INK_STYLE_PROPERTIES *inkStyleProperties,
[out] ID2D1InkStyle **inkStyle
);
Parametri
[ref] inkStyleProperties
Tipo: const D2D1_INK_STYLE_PROPERTIES
Proprietà dello stile input penna da creare.
[out] inkStyle
Tipo: ID2D1InkStyle**
Quando questo metodo restituisce, contiene l'indirizzo di un puntatore a un nuovo oggetto stile input penna.
Valore restituito
Tipo: HRESULT
S_OK se ha esito positivo, in caso contrario, un errore HRESULT.
Requisiti
Client minimo supportato | Windows 10 [app desktop | App UWP] |
Server minimo supportato | Windows Server 2016 [app desktop | App UWP] |
Piattaforma di destinazione | Windows |
Intestazione | d2d1_3.h |
DLL | D2d1.dll |