31 namespace cinder {
namespace ip {
Area getBounds() const
Returns the bounding Area of the Surface in pixels: [0,0]-(width,height)
Definition: Surface.h:153
An in-memory representation of an image. Implicitly shared object.
Definition: Surface.h:92
static Vec2< int > zero()
Definition: Vector.h:295
void blend(Surface *background, const Surface &foreground, const Area &srcArea, const Vec2i &dstRelativeOffset=Vec2i::zero())
Definition: Blend.cpp:188