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
Properties
Height
the height
public int Height { get; }
Property Value
Width
the width
public int Width { get; }
Property Value
Methods
Equals(object)
public override bool Equals(object other)
Parameters
other
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()