Table of Contents

Class Dimension

Namespace
ZXing
Assembly
zxing.dll

Simply encapsulates a width and height.

public sealed class Dimension
Inheritance
Dimension
Inherited Members

Constructors

Dimension(int, int)

initializing constructor

public Dimension(int width, int height)

Parameters

width int
height int

Properties

Height

the height

public int Height { get; }

Property Value

int

Width

the width

public int Width { get; }

Property Value

int

Methods

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string