Method | Description | |
---|---|---|
Create ( |
Initializes a new instance of the ZXing.PDF417.Internal.BoundingBox class. returns null if the corner points don't match up correctly
|
|
Create ( |
Creates the specified box.
|
|
addMissingRows ( int missingStartRows, int missingEndRows, bool isLeft ) : |
Adds the missing rows.
|
Method | Description | |
---|---|---|
BoundingBox ( |
Initializes a new instance of the ZXing.PDF417.Internal.BoundingBox class. Will throw an exception if the corner points don't match up correctly
|
|
SetBottomRight ( ResultPoint bottomRight ) : void |
If we adjust the width, set a new right corner coordinate and recalculate
|
|
calculateMinMaxValues ( ) : void |
Calculates the minimum and maximum X & Y values based on the corner points.
|
|
merge ( |
Merge two Bounding Boxes, getting the left corners of left, and the right corners of right (Images should be the same)
|
public static Create ( |
||
image | The image. | |
topLeft | ResultPoint | The top left. |
bottomLeft | ResultPoint | The bottom left. |
topRight | ResultPoint | The top right. |
bottomRight | ResultPoint | The bottom right. |
return |
public static Create ( |
||
box | The box. | |
return |
public addMissingRows ( int missingStartRows, int missingEndRows, bool isLeft ) : |
||
missingStartRows | int | Missing start rows. |
missingEndRows | int | Missing end rows. |
isLeft | bool | If set to |
return |