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의 세로 해상도(인치 당 픽셀 수)입니다.

적용 대상