共用方式為


IppResolution(Int32, Int32, IppResolutionUnit) 建構函式

定義

使用指定的值建立 IppResolution 類別的新實例。 這個物件代表網際網路列印通訊協定所定義之屬性的相關資訊 resolution , (IPP) 。

public:
 IppResolution(int width, int height, IppResolutionUnit unit);
 IppResolution(int const& width, int const& height, IppResolutionUnit const& unit);
public IppResolution(int width, int height, IppResolutionUnit unit);
function IppResolution(width, height, unit)
Public Sub New (width As Integer, height As Integer, unit As IppResolutionUnit)

參數

width
Int32

int

屬性的 resolution 寬度。

height
Int32

int

屬性的高度 resolution

unit
IppResolutionUnit

屬性的 resolution 單位。

適用於