BitmapSource.DpiY プロパティ

定義

イメージの 1 インチあたりの垂直ドット数 (dpi) を取得します。

public:
 virtual property double DpiY { double get(); };
public virtual double DpiY { get; }
member this.DpiY : double
Public Overridable ReadOnly Property DpiY As Double

プロパティ値

Double

画像の 1 インチあたりの垂直ドット数 (dpi)。つまり、y 軸に沿った 1 インチあたりのドット数 (dpi) です。

適用対象