Returns the width of the image in pixels
| 24 | |
| 25 | //! Returns the width of the image in pixels |
| 26 | int getWidth (void) const {return (m_iImageWidth);} |
| 27 | //! Returns the height of the image in pixels |
| 28 | int getHeight (void) const {return (m_iImageHeight);} |
| 29 |
nothing calls this directly
no outgoing calls
no test coverage detected