enumerazione D2D1_ARC_SIZE (d2d1.h)

Specifica se un arco deve essere maggiore di 180 gradi.

Sintassi

typedef enum D2D1_ARC_SIZE {
  D2D1_ARC_SIZE_SMALL = 0,
  D2D1_ARC_SIZE_LARGE = 1,
  D2D1_ARC_SIZE_FORCE_DWORD = 0xffffffff
} ;

Costanti

 
D2D1_ARC_SIZE_SMALL
Valore: 0
Lo sweep di un arco deve essere di 180 gradi o inferiore.
D2D1_ARC_SIZE_LARGE
Valore: 1
Lo sweep di un arco deve essere di 180 gradi o superiore.
D2D1_ARC_SIZE_FORCE_DWORD
Valore: 0xffffffff

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]
Intestazione d2d1.h