MaskUtil 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.MaskUtil[[MaskUtil]]
end
Members
Methods
Public Static methods
Details
Methods
ApplyMaskPenaltyRule1
Source code
public static int ApplyMaskPenaltyRule1(ByteMatrix matrix)
Arguments
ApplyMaskPenaltyRule2
Source code
public static int ApplyMaskPenaltyRule2(ByteMatrix matrix)
Arguments
ApplyMaskPenaltyRule3
Source code
public static int ApplyMaskPenaltyRule3(ByteMatrix matrix)
Arguments
ApplyMaskPenaltyRule4
Source code
public static int ApplyMaskPenaltyRule4(ByteMatrix matrix)
Arguments
GetDataMaskBit
Source code
public static bool GetDataMaskBit(int maskPattern, int x, int y)
Arguments
Type | Name | Description |
---|
int | maskPattern | |
int | x | |
int | y | |
Generated with ModularDoc