Boost.UI
User Interface Boost library
|
Go to the documentation of this file.
8 #ifndef BOOST_UI_IMAGE_HPP
9 #define BOOST_UI_IMAGE_HPP
13 #ifdef BOOST_HAS_PRAGMA_ONCE
43 image& load(std::istream& s);
61 {
return size(width(), height()); }
64 bool valid() const BOOST_NOEXCEPT;
81 #endif // BOOST_UI_IMAGE_HPP
size dimensions() const
Returns image size.
Definition: image.hpp:60
Boost C++ libraries namespace.
Definition: window.hpp:19
basic_size< coord_type > size
2D size coordinates
Definition: coord.hpp:416
int coord_type
Widget coordinates signed number type.
Definition: coord.hpp:412
void * native_handle_type
Implementation-defined image type.
Definition: image.hpp:67
const native_handle_type native_handle() const
Returns the implementation-defined underlying image handle.
Definition: image.hpp:71
2D size of object data structure with custom coordinates type
Definition: coord.hpp:48
Image class.
Definition: image.hpp:28