Поделиться через


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 .

Применяется к