Image.VerticalResolution プロパティ

定義

この Image の垂直方向の解像度 (1 インチあたりのピクセル数) を取得します。

public:
 property float VerticalResolution { float get(); };
public float VerticalResolution { get; }
member this.VerticalResolution : single
Public ReadOnly Property VerticalResolution As Single

プロパティ値

Single

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

適用対象