comparison Framework/Scene2D/Scene2D.h @ 1374:1e4878ed1d77

added GetBoundingBox to Scene2D
author Alain Mazy <alain@mazy.be>
date Mon, 20 Apr 2020 18:20:47 +0200
parents 2d8ab34c8c91
children 6ea4062c1a0d
comparison
equal deleted inserted replaced
1373:e0cdf8688d56 1374:1e4878ed1d77
111 111
112 void SetSceneToCanvasTransform(const AffineTransform2D& transform); 112 void SetSceneToCanvasTransform(const AffineTransform2D& transform);
113 113
114 void FitContent(unsigned int canvasWidth, 114 void FitContent(unsigned int canvasWidth,
115 unsigned int canvasHeight); 115 unsigned int canvasHeight);
116
117 void GetBoundingBox(Extent2D& target) const;
116 }; 118 };
117 } 119 }