Class PKStrokePoint

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class PKStrokePoint
extends NSObject
Since:
Available in iOS 14.0 and later.
  • Constructor Details

    • PKStrokePoint

      protected PKStrokePoint()
    • PKStrokePoint

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

      protected PKStrokePoint​(NSObject.SkipInit skipInit)
    • PKStrokePoint

      public PKStrokePoint​(CGPoint location, double timeOffset, CGSize size, double opacity, double force, double azimuth, double altitude)
  • Method Details

    • getLocation

      public CGPoint getLocation()
    • getTimeOffset

      public double getTimeOffset()
    • getSize

      public CGSize getSize()
    • getOpacity

      public double getOpacity()
    • getAzimuth

      public double getAzimuth()
    • getForce

      public double getForce()
    • getAltitude

      public double getAltitude()
    • init

      protected long init​(CGPoint location, double timeOffset, CGSize size, double opacity, double force, double azimuth, double altitude)