示例#1
0
 /// <summary>
 /// Calls a method that calculates the proper image bounds for each of the extents of the tiles,
 /// given the affine coefficients for the whole image.
 /// </summary>
 /// <param name="affine"> x' = A + Bx + Cy; y' = D + Ex + Fy</param>
 public void SetTileBounds(double[] affine)
 {
     _tiles.SetTileBounds(affine);
 }