mw::qrd::Rect
Structurestruct Rect { s32 top; s32 left; s32 right; s32 bottom; } Rect;
Structure that stores the QR Code position information.
top | The position of the top side of the QR Code. | |
---|---|---|
left | The position of the left side of the QR Code. | |
right | The position of the right side of the QR Code. | |
bottom | The position of the bottom side of the QR Code. |
CONFIDENTIAL