Funzione Point2U (d2d1helper.h)
Crea una struttura D2D1_POINT_2U che contiene le coordinate x e le coordinate y specificate.
Sintassi
D2D1_POINT_2U Point2U(
UINT32 x,
UINT32 y
);
Parametri
x
Tipo: UINT32
Coordinata x del punto. Il valore predefinito è 0.
y
Tipo: UINT32
Coordinata y del punto. Il valore predefinito è 0.
Valore restituito
Tipo: D2D1_POINT_2U
Nuovo punto.
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 | d2d1helper.h |
Libreria | D2d1.lib |
DLL | D2d1.dll |