GraphicsMagik GMImageMBS XResolution

I need to set the X and Y Resolution of a GMImageMBS object

The docs say this is settable from version 19 (current build is v21)
However, it appears that I can only read.
How can I tell what version I am using?

You can assign density:

p.density = new GMGeometryMBS(300, 300)

Thanks, I’ll try that. I suspect that this Xojo environment has a bunch of v18 plugins at the moment

Yep. That did the trick.
(I didnt see ‘density’ as a word that would affect this.

1 Like