Class UIPointerShape

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

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

    • UIPointerShape

      protected UIPointerShape()
    • UIPointerShape

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

      protected UIPointerShape​(NSObject.SkipInit skipInit)
    • UIPointerShape

      public UIPointerShape​(UIBezierPath path)
    • UIPointerShape

      public UIPointerShape​(CGRect rect)
    • UIPointerShape

      public UIPointerShape​(CGRect rect, double cornerRadius)
    • UIPointerShape

      public UIPointerShape​(double length, UIAxis axis)
  • Method Details

    • create

      protected static long create​(UIBezierPath path)
    • create

      protected static long create​(CGRect rect)
    • create

      protected static long create​(CGRect rect, double cornerRadius)
    • create

      protected static long create​(double length, UIAxis axis)