コード例 #1
0
 private void Redraw()
 {
     RenderTouchcodeVisualization();
     xaml_touchpoints.Text     = String.Format("{0} TouchPoints @ {1}", _capturedTouchDevices.Count, _touchcodeAPI.Serialize(GetTouchpoints()));
     xaml_touchcode_value.Text = _currentTouchcode.ToString();
 }