setHeight method

BitmapStyle setHeight(
  1. int height
)

设置自定义高度

Implementation

BitmapStyle setHeight(int height) {
  bitmapFormat.height = height;
  return this;
}