libwolfram20

◆ getHeight()

size_t WAImage::getHeight ( )

Returning a 'height' attribute of image.

Returns
Height of image
62 {
63 return this->_height;
64}
size_t _height
The height of the image in pixels. Scales depending on width setting.
Definition: WAImage.h:45