Nana C++ Library. Reference for users.
What we need to use nana
|
The interface of stretch algorithm. More...
Public Member Functions | |
virtual | ~stretch_interface ()=default |
virtual void | process (const paint::pixel_buffer &s_pixbuf, const nana::rectangle &source_rectangle, paint::pixel_buffer &d_pixbuf, const nana::rectangle &destination_rectangle) const =0 |
Copies the image from a source rectangle into a destination rectangle, stretching or compressing the image to fit the dimensions of the destination rectangle in destination(d_pixbuf). More... | |
The interface of stretch algorithm.
|
virtualdefault |
|
pure virtual |
Copies the image from a source rectangle into a destination rectangle, stretching or compressing the image to fit the dimensions of the destination rectangle in destination(d_pixbuf).