コード例 #1
0
 public void ProcessUp(int id, System.Windows.Point location)
 {
     _processor.ProcessUp((uint)id, location.ToDrawingPointF());
 }