Trying to write a simple 2D game. Done this:
public interface GameObject { Bitmap Picture { get; } int OffsetX { get; } int OffsetY { get