Class UIPointerRegion

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class UIPointerRegion
extends NSObject
Since:
Available in iOS 13.4 and later.
  • Constructor Details

    • UIPointerRegion

      protected UIPointerRegion()
    • UIPointerRegion

      protected UIPointerRegion​(NSObject.Handle h, long handle)
    • UIPointerRegion

      protected UIPointerRegion​(NSObject.SkipInit skipInit)
    • UIPointerRegion

      public UIPointerRegion​(CGRect rect, NSObject identifier)
  • Method Details

    • getRect

      public CGRect getRect()
    • getIdentifier

      public NSObject getIdentifier()
    • getLatchingAxes

      public UIAxis getLatchingAxes()
    • setLatchingAxes

      public void setLatchingAxes​(UIAxis v)
    • create

      protected static long create​(CGRect rect, NSObject identifier)