Table of Contents

Class UIKit.UITouch

Namespace
Xui.Runtime.IOS
Assembly
Xui.Runtime.IOS.dll
public class UIKit.UITouch : ObjC.NSObject, IDisposable
Inheritance
UIKit.UITouch
Implements
Inherited Members

Constructors

UITouch()

public UITouch()

UITouch(nint)

public UITouch(nint id)

Parameters

id nint

Fields

Class

public static readonly ObjC.Class Class

Field Value

ObjC.Class

LocationInViewSel

public static readonly ObjC.Sel LocationInViewSel

Field Value

ObjC.Sel

MajorRadiusSel

public static readonly ObjC.Sel MajorRadiusSel

Field Value

ObjC.Sel

PhaseProp

public static readonly ObjC.Prop.NInt PhaseProp

Field Value

ObjC.Prop.NInt

PreviousLocationInViewSel

public static readonly ObjC.Sel PreviousLocationInViewSel

Field Value

ObjC.Sel

Properties

Radius

public NFloat Radius { get; }

Property Value

NFloat

Methods

GetPhase()

public UIKit.UITouch.Phase GetPhase()

Returns

UIKit.UITouch.Phase

LocationInView(UIView?)

public CoreGraphics.CGPoint LocationInView(UIKit.UIView? view)

Parameters

view UIKit.UIView

Returns

CoreGraphics.CGPoint

PreviousLocationInView(UIView?)

public CoreGraphics.CGPoint PreviousLocationInView(UIKit.UIView? view)

Parameters

view UIKit.UIView

Returns

CoreGraphics.CGPoint

objc_msgSend_retCGPoint(nint, nint, nint)

public static extern CoreGraphics.CGPoint objc_msgSend_retCGPoint(nint obj, nint sel, nint view)

Parameters

obj nint
sel nint
view nint

Returns

CoreGraphics.CGPoint