GetHeight method

int GetHeight()
override

Implementation

int GetHeight()
{
  return _image._DIB.dsBm.bmHeight.abs();
}