Pinta.ImageManipulation.Histogram.UpdateHistogram C# (CSharp) Method

UpdateHistogram() public method

public UpdateHistogram ( ISurface surface, Rectangle rect ) : void
surface ISurface
rect Rectangle
return void
		public void UpdateHistogram (ISurface surface, Rectangle rect)
		{
			Clear ();
			AddSurfaceRectangleToHistogram (surface, rect);
			OnHistogramUpdated ();
		}