Funzione InkPoint (d2d1_3helper.h)

Crea una struttura D2D1_INK_POINT .

Sintassi

D2D1_INK_POINT InkPoint(
  [ref] const D2D1_POINT_2F & point,
        FLOAT                 radius
);

Parametri

[ref] point

Tipo: const D2D1_POINT_2F

Coordinate x e y del punto.

radius

Tipo: FLOAT

Raggio di questo punto. Corrisponde alla larghezza del tratto penna in questo punto del tratto.

Valore restituito

Tipo: D2D1_INK_POINT

Restituisce la struttura di D2D1_INK_POINT creata.

Requisiti

Requisito Valore
Client minimo supportato Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista [app desktop | App UWP]
Server minimo supportato Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008 [app desktop | App UWP]
Piattaforma di destinazione Windows
Intestazione d2d1_3helper.h
Libreria D2d1.lib
DLL D2d1.dll

Vedi anche

D2D1_INK_POINT