comparison Framework/StoneEnumerations.h @ 561:1201b12eb9f8 dev

merge default -> dev
author Alain Mazy <alain@mazy.be>
date Thu, 18 Apr 2019 09:30:00 +0200
parents 77e0eb83ff63 77a21b28becd
children 3080ec4ec6b9
comparison
equal deleted inserted replaced
558:d5579bdc59b5 561:1201b12eb9f8
204 204
205 void ComputeAnchorTranslation(double& deltaX /* out */, 205 void ComputeAnchorTranslation(double& deltaX /* out */,
206 double& deltaY /* out */, 206 double& deltaY /* out */,
207 BitmapAnchor anchor, 207 BitmapAnchor anchor,
208 unsigned int bitmapWidth, 208 unsigned int bitmapWidth,
209 unsigned int bitmapHeight); 209 unsigned int bitmapHeight,
210 unsigned int border = 0);
210 } 211 }