Xamarin.iOS のドキュメント
HitTest メソッド (C1DropDown)

C1.iOS.Input アセンブリ > C1.iOS.Input 名前空間 > C1DropDown クラス : HitTest メソッド
タッチされたポイント
タッチイベント
タッチされた場合のヒットテストです。
シンタックス
'宣言
 
<Foundation.ExportAttribute("hitTest:withEvent:")>
<System.Runtime.CompilerServices.CompilerGeneratedAttribute()>
Public Overrides Function HitTest( _
   ByVal point As CoreGraphics.CGPoint, _
   ByVal uievent As UIKit.UIEvent _
) As UIKit.UIView
[Foundation.Export("hitTest:withEvent:")]
[System.Runtime.CompilerServices.CompilerGenerated()]
public override UIKit.UIView HitTest( 
   CoreGraphics.CGPoint point,
   UIKit.UIEvent uievent
)

パラメータ

point
タッチされたポイント
uievent
タッチイベント
参照

C1DropDown クラス
C1DropDown メンバ