Xwt.Canvas.QueueDraw C# (CSharp) Method

QueueDraw() public method

Invalidates and forces the redraw of the whole area of the widget
public QueueDraw ( ) : void
return void
		public void QueueDraw ()
		{
			Backend.QueueDraw ();
		}

Same methods

Canvas::QueueDraw ( Xwt.Rectangle rect ) : void