obscured47 0 Light Poster

Hi guys,

I have a hexagon class that given the side and the angle of the hexagon, it draws it on the screen (using Polygon class). I need to fill that hexagon with an image. It works if i have a .gif file with a hexagon and place it on the top left corner (point) of the hex but if I want to resize my hex I'll need to resize the image as well and it gets really complicated (considering I have to calculate the sides and the angles etc).

Any ideas?