Goran Level: Moderator
 Registered: 16-05-2002 Posts: 1681
|
Re: Scaling a Picture Box
Well, API's use pixels for drawing, so, if you are passing values in twips, convert those values to pixels, and then send this values to API's. To convert twips to pixels, you can use form's ScaleX and ScaleY methods, for horisontal/vertical conversion, respectively.
____________________________
If you find the answer helpful, please mark this topic as solved.
|