# File lib/gd2/canvas.rb, line 242 def thickness=(thickness) SYM[:gdImageSetThickness].call(@image.image_ptr, @thickness = thickness) end