[Gambas-user] DrawingArea. How to scale the view?
Martin Belmonte
mbelmonte at belmotek.net
Fri Dec 17 23:43:21 CET 2021
El 17/12/21 a las 23:28, Benoît Minisini escribió:
>
> To scale it, you can use the optional arguments of the SvgImage.Paint()
> method that defines the target rectangle that will be filled by the SVG
> image
It works !!
hSvgImage.Paint(0, 0, Sqr(2) * DrawingArea1.H, DrawingArea1.H)
> the Paint matrix (Paint.Translate, Paint.Scale, Paint.Rotate...).
How to use it?
Regards.
More information about the User
mailing list