setPosX method

QrStyle setPosX(
  1. int offset
)

设置二维码内容的 x 坐标

Implementation

QrStyle setPosX(int offset) {
  qrFormat.xOffset = offset;
  return this;
}