|
HikoGUI
A low latency retained GUI
|
#include <TTauri/GUI/PipelineImage_ImageLocation.hpp>
Public Member Functions | |
| bool | operator== (const ImageLocation &other) noexcept |
| bool | operator!= (const ImageLocation &other) noexcept |
Data Fields | |
| mat | transform |
| Transformation matrix. | |
| aarect | clippingRectangle |
| The position in pixels of the clipping rectangle relative to the top-left corner of the window, and extent in pixels. | |
Information on the location and orientation of an image on a window.
| aarect tt::PipelineImage::ImageLocation::clippingRectangle |
The position in pixels of the clipping rectangle relative to the top-left corner of the window, and extent in pixels.
| mat tt::PipelineImage::ImageLocation::transform |
Transformation matrix.