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