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 |
|---|---|---|
|
|
dimension |
BitMatrix [2/2]
Source code
public BitMatrix(int width, int height)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
width |
|
|
|
height |
Methods
Get
Source code
public bool Get(int x, int y)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
x |
|
|
|
y |
Set
Source code
public void Set(int x, int y)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
x |
|
|
|
y |
Flip
Source code
public void Flip(int x, int y)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
x |
|
|
|
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 |
|---|---|---|
|
|
left |
|
|
|
top |
|
|
|
width |
|
|
|
height |
GetRow
Source code
public BitArray GetRow(int y, BitArray row)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
y |
|
|
|
row |
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