sprint 1-alpha
Namespaces | Functions
sprint/image/copy.h File Reference

methods to copy a image (subpart) More...

Go to the source code of this file.

Namespaces

namespace  sprint
 

Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux.


Functions

bool sprint::copy (imageview &dst, const imageview &src)
 copy entire surface. both buffer must be allocated
bool sprint::copy (imageview &dst, const imageview &src, int x0, int y0)
bool sprint::copy (imageview &dst, int x0, int y0, const imageview &src)
bool sprint::copy (imageview &dst, int x, int y, const imageview &src, int x0, int y0, int width, int height)

Detailed Description

methods to copy a image (subpart)

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines