//--------------------------------------------------------------------- /// <summary> /// Called when a partial output raster is closed. /// </summary> public static void Closed(OutputRaster outputRaster) { if (CloseEvent != null) { CloseEvent(outputRaster.Path, outputRaster.Dimensions, outputRaster.PixelsWritten); } }
//--------------------------------------------------------------------- /// <summary> /// Called when a partial output raster is closed. /// </summary> public static void Closed(OutputRaster outputRaster) { if (CloseEvent != null) CloseEvent(outputRaster.Path, outputRaster.Dimensions, outputRaster.PixelsWritten); }