Esempio n. 1
0
 private void OnPositionChanged(PointF position)
 {
     this.Frame = new CGRect(position.AsCGPoint(), this.Frame.Size);
 }