コード例 #1
0
ファイル: PlotView.cs プロジェクト: sami1971/oxyplot-xamarin
 public override void MouseDown(NSEvent theEvent)
 {
     base.MouseDown(theEvent);
     this.ActualController.HandleMouseDown(this, theEvent.ToMouseDownEventArgs(this.Bounds));
 }
コード例 #2
0
ファイル: PlotView.cs プロジェクト: trinnguyen/oxyplot-xammac
 public override void MouseDown(NSEvent theEvent)
 {
     base.MouseDown (theEvent);
     this.ActualController.HandleMouseDown (this, theEvent.ToMouseDownEventArgs(this.Bounds));
 }