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
Details
Constructors
ByteMatrix
Source code
public ByteMatrix(int width, int height)
Arguments
Type | Name | Description |
---|
int | width | |
int | height | |
Methods
GetHeight
Source code
public int GetHeight()
GetWidth
Source code
public int GetWidth()
Get
Source code
public sbyte Get(int x, int y)
Arguments
Type | Name | Description |
---|
int | x | |
int | y | |
GetArray
Source code
public sbyte GetArray()
Set [1/2]
Source code
public void Set(int x, int y, sbyte value)
Arguments
Type | Name | Description |
---|
int | x | |
int | y | |
sbyte | value | |
Set [2/2]
Source code
public void Set(int x, int y, int value)
Arguments
Type | Name | Description |
---|
int | x | |
int | y | |
int | value | |
Clear
Source code
public void Clear(sbyte value)
Arguments
Type | Name | Description |
---|
sbyte | value | |
ToString
Source code
public override string ToString()
Generated with ModularDoc