gInk.Root.ClearInk C# (CSharp) Method

ClearInk() public method

public ClearInk ( ) : void
return void
		public void ClearInk()
		{
			FormCollection.IC.Ink.DeleteStrokes();
			FormDisplay.ClearCanvus();
			FormDisplay.DrawButtons(true);
			FormDisplay.UpdateFormDisplay(true);
		}

Usage Example

Esempio n. 1
0
 public void RetreatAndExit()
 {
     ToThrough();
     Root.ClearInk();
     LastTickTime    = DateTime.Now;
     ButtonsEntering = -1;
 }
All Usage Examples Of gInk.Root::ClearInk