コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OsmSharp.Android.UI.RotateGestureDetector"/> class.
 /// </summary>
 /// <param name="context">Context.</param>
 /// <param name="listener">Listener.</param>
 public RotateGestureDetector(Context context, IOnRotateGestureListener listener)
     : base(context)
 {
     _listener = listener;
 }
コード例 #2
0
ファイル: RotateGestureDetector.cs プロジェクト: JoeCooper/ui
		/// <summary>
		/// Initializes a new instance of the <see cref="OsmSharp.Android.UI.RotateGestureDetector"/> class.
		/// </summary>
		/// <param name="context">Context.</param>
		/// <param name="listener">Listener.</param>
		public RotateGestureDetector(Context context, IOnRotateGestureListener listener)
			:base (context) {
			_listener = listener;
		}