setPosY method

QrStyle setPosY(
  1. int offset
)

设置二维码内容的 y 坐标

Implementation

QrStyle setPosY(int offset) {
  qrFormat.yOffset = offset;
  return this;
}