次の方法で共有


IppResolution(Int32, Int32, IppResolutionUnit) コンストラクター

定義

指定した値を持つ IppResolution クラスの新しいインスタンスを作成します。 このオブジェクトは、インターネット印刷プロトコル (IPP) で定義されている属性に関する resolution 情報を表します。

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 単位。

適用対象