UITouch
UITouch()
UITouch(IntPtr)
UITouch(NativeHandle)
UITouch(NSObjectFlag)
AltitudeAngle
ClassHandle
EstimatedProperties
EstimatedPropertiesExpectingUpdates
EstimationUpdateIndex
Force
GestureRecognizers
MajorRadius
MajorRadiusTolerance
MaximumPossibleForce
Phase
TapCount
Timestamp
Type
View
Window
GetAzimuthAngle(UIView)
GetAzimuthUnitVector(UIView)
GetPreciseLocation(UIView)
GetPrecisePreviousLocation(UIView)
LocationInView(UIView)
PreviousLocationInView(UIView)
LocationInNode(UITouch, SKNode)
PreviousLocationInNode(UITouch, SKNode)
xamarinios
namespace UIKit
{
[Register("UITouch", true)]
public class UITouch : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("preciseLocationInView:")]
[Introduced(PlatformName.iOS, 9, 1, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public virtual CGPoint GetPreciseLocation(UIView? view);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API