setPosX method

BitmapStyle setPosX(
  1. int offset
)

设置相对前部分内容的位置(X坐标)

Implementation

BitmapStyle setPosX(int offset) {
  bitmapFormat.xOffset = offset;
  return this;
}