Axiom.Samples.SdkTrayManager.ShowFrameStats C# (CSharp) 메소드

ShowFrameStats() 공개 메소드

Shows frame statistics widget set in the specified location.
public ShowFrameStats ( TrayLocation trayLoc ) : void
trayLoc TrayLocation
리턴 void
		public void ShowFrameStats( TrayLocation trayLoc )
		{
			ShowFrameStats( trayLoc, -1 );
		}

Same methods

SdkTrayManager::ShowFrameStats ( TrayLocation trayLoc, int place ) : void