IppResolution(Int32, Int32, IppResolutionUnit) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的值建立 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
單位。