Ejemplo n.º 1
0
 /// <summary>
 /// Just some helper convenience methods:
 /// </summary>
 public bool IsConcurrent(Raster otherRaster)
 {
     return(Extent.IsConcurrent(otherRaster.Extent));
 }