comparison Framework/StoneEnumerations.h @ 557:77a21b28becd

new argument in ComputeAnchorTranslation: border
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 Apr 2019 15:33:06 +0200
parents a750f11892ec
children 1201b12eb9f8
comparison
equal deleted inserted replaced
556:b1e1eccee214 557:77a21b28becd
200 200
201 void ComputeAnchorTranslation(double& deltaX /* out */, 201 void ComputeAnchorTranslation(double& deltaX /* out */,
202 double& deltaY /* out */, 202 double& deltaY /* out */,
203 BitmapAnchor anchor, 203 BitmapAnchor anchor,
204 unsigned int bitmapWidth, 204 unsigned int bitmapWidth,
205 unsigned int bitmapHeight); 205 unsigned int bitmapHeight,
206 unsigned int border = 0);
206 } 207 }