Tile a rectangle with a pattern specifing the offset from the top corner that one tile should match
@param x The x coordinate of the rectangle
@param y The y coordinate of the rectangle
@param width The width of the rectangle
@param height The height of the rectangle
@param pattern The image to tile across the rectangle
@param offX The offset on the x axis from the top left corner
@param offY The offset on the y axis from the top left corner
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.