Skip to main content
Skip table of contents

ByteMatrix

ByteMatrix Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.qrcode
  iTextSharp.text.pdf.qrcode.ByteMatrix[[ByteMatrix]]
  end

Members

Methods

Public methods
ReturnsName
voidClear(sbyte value)
sbyteGet(int x, int y)
sbyte``[][]GetArray()
intGetHeight()
intGetWidth()
voidSet(...)
stringToString()

Details

Constructors

ByteMatrix
Source code
public ByteMatrix(int width, int height)
Arguments
TypeNameDescription
intwidth
intheight

Methods

GetHeight
Source code
public int GetHeight()
GetWidth
Source code
public int GetWidth()
Get
Source code
public sbyte Get(int x, int y)
Arguments
TypeNameDescription
intx
inty
GetArray
Source code
public sbyte GetArray()
Set [1/2]
Source code
public void Set(int x, int y, sbyte value)
Arguments
TypeNameDescription
intx
inty
sbytevalue
Set [2/2]
Source code
public void Set(int x, int y, int value)
Arguments
TypeNameDescription
intx
inty
intvalue
Clear
Source code
public void Clear(sbyte value)
Arguments
TypeNameDescription
sbytevalue
ToString
Source code
public override string ToString()

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.