setBitmapHeight method

void setBitmapHeight(
  1. int bitmapHeight
)
inherited

Implementation

void setBitmapHeight(int bitmapHeight) {
  _bitmapHeight = bitmapHeight;
}