Compartilhar via


IppResolution(Int32, Int32, IppResolutionUnit) Construtor

Definição

Cria uma nova instância da classe IppResolution com os valores especificados. Esse objeto representa informações sobre um resolution atributo conforme definido pelo IPP (Internet Printing Protocol).

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)

Parâmetros

width
Int32

int

A largura do resolution atributo.

height
Int32

int

A altura do resolution atributo.

unit
IppResolutionUnit

A unidade do resolution atributo.

Aplica-se a