Hey guys, I'm trying to figure out how to display only a specific part of an image, and can't figure out how to do this the way I need. Using drawImage I know I can display a rectangular part of an image, and I looked into ImageReaderParam and setting the source region, but again that only lets you choose a Rectangle, not a Polygon. I'm trying to display a single Hexagon from a larger .jpg image containing multiple hexes. If anyone can point me in the right direction, I'd appreciate it. Thanks.