public IDataSource2D <T> GetSubset(int x0, int y0, int countX, int countY, int stepX, int stepY) { return(child.GetSubset(x0, y0, countX, countY, stepX, stepY)); }