Here are the examples of the csharp api class ZXing.PDF417.Internal.BarcodeMatrix.getScaledMatrix(int, int) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
4 Examples
0
0
2. Example
View licenseinternal sbyte[][] getScaledMatrix(int Scale) { return getScaledMatrix(Scale, Scale); }
0
0