System.Windows.Forms.Control.NotifyInvalidate C# (CSharp) Method

NotifyInvalidate() private method

private NotifyInvalidate ( Rectangle invalidatedArea ) : void
invalidatedArea System.Drawing.Rectangle
return void
		protected virtual void NotifyInvalidate(Rectangle invalidatedArea) {
			// override me?
		}
Control