次の方法で共有


Image.VerticalResolution プロパティ

この Image オブジェクトの垂直方向の解像度を 1 インチあたりのピクセル数で取得します。

Public ReadOnly Property VerticalResolution As Single
[C#]
public float VerticalResolution {get;}
[C++]
public: __property float get_VerticalResolution();
[JScript]
public function get VerticalResolution() : float;

プロパティ値

この Image オブジェクトの垂直方向の解像度 (1 インチあたりのピクセル数)。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Image クラス | Image メンバ | System.Drawing 名前空間