Image.VerticalResolution 属性

定义

获取此 Image 的垂直分辨率(以“像素/英寸”为单位)。

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

属性值

Single

Image 的垂直分辨率(以“像素/英寸”为单位)。

适用于