BitMatrix 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.BitMatrix[[BitMatrix]]
end
Members
Methods
Public methods
Details
Constructors
BitMatrix [1/2]
Source code
public BitMatrix(int dimension)
Arguments
Type | Name | Description |
---|
int | dimension | |
BitMatrix [2/2]
Source code
public BitMatrix(int width, int height)
Arguments
Type | Name | Description |
---|
int | width | |
int | height | |
Methods
Get
Source code
public bool Get(int x, int y)
Arguments
Type | Name | Description |
---|
int | x | |
int | y | |
Set
Source code
public void Set(int x, int y)
Arguments
Type | Name | Description |
---|
int | x | |
int | y | |
Flip
Source code
public void Flip(int x, int y)
Arguments
Type | Name | Description |
---|
int | x | |
int | y | |
Clear
Source code
public void Clear()
SetRegion
Source code
public void SetRegion(int left, int top, int width, int height)
Arguments
Type | Name | Description |
---|
int | left | |
int | top | |
int | width | |
int | height | |
GetRow
Source code
public BitArray GetRow(int y, BitArray row)
Arguments
GetWidth
Source code
public int GetWidth()
GetHeight
Source code
public int GetHeight()
GetDimension
Source code
public int GetDimension()
ToString
Source code
public override string ToString()
Generated with ModularDoc