OffsetFilter

This filter translates an image by the amount you specify in the X and Y directions. Pixels which go off the edge are wrapped back onto the opposite edge. The offsets can be positive or negative. This is a handy filter for producing seamless tilings: offset the image and then paint over the cracks. The offsets can be positive or negative.

OffsetFilter
OffsetFilter in Action

Parameters:
  • int XOffset - The X offset in pixels
  • int YOffset - The Y offset in pixels