Partager via


ID2D1GdiMetafile1::GetDpi, méthode (d2d1_3.h)

Obtient le DPI signalé par le métafichier.

Syntaxe

HRESULT GetDpi(
  [out] FLOAT *dpiX,
  [out] FLOAT *dpiY
);

Paramètres

[out] dpiX

Type : FLOAT*

Reçoit le DPI horizontal signalé par le métafichier.

[out] dpiY

Type : FLOAT*

Reçoit le DPI vertical signalé par le métafichier.

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

   
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

Voir aussi

ID2D1GdiMetafile1