2 * Copyright 2015, Haiku.
3 * Distributed under the terms of the MIT license.
6 * Julian Harnath <julian.harnath@rwth-aachen.de>
8 #ifndef PICTURE_BOUNDING_BOX_H
9 #define PICTURE_BOUNDING_BOX_H
17 class PictureBoundingBoxPlayer
{
22 static void Play(ServerPicture
* picture
,
23 const DrawState
* drawState
,
24 BRect
* outBoundingBox
);
28 #endif // PICTURE_BOUNDING_BOX_H