ID2D1Bitmap::GetDpi メソッド
ビットマップの DPI (1 インチあたりのドット数) を返します。
構文
virtual void GetDpi(
[out] FLOAT *dpiX,
[out] FLOAT *dpiY
) const = 0;
パラメーター
- dpiX [out]
FLOAT イメージの水平方向の DPI。このパラメーターに記憶域を割り当てる必要があります。 - dpiY [out]
FLOAT イメージの垂直方向の DPI。このパラメーターに記憶域を割り当てる必要があります。
戻り値
This は値を返しません。
要件
クライアントの最小要件 |
Windows 7, Windows Vista SP2 および Windows Vista 用のプラットフォーム更新プログラム |
サーバーの最小要件 |
Windows Server 2008 R2, Windows Server 2008 SP2 および Windows Server 2008 用のプラットフォーム更新プログラム |
ヘッダー |
D2d1.h |
ライブラリ |
D2d1.lib |
DLL |
D2d1.dll |