Class MPSImageLanczosScale

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class MPSImageLanczosScale
extends MPSImageScale
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • MPSImageLanczosScale

      public MPSImageLanczosScale()
    • MPSImageLanczosScale

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

      protected MPSImageLanczosScale​(NSObject.SkipInit skipInit)
    • MPSImageLanczosScale

      public MPSImageLanczosScale​(MTLDevice device)
    • MPSImageLanczosScale

      public MPSImageLanczosScale​(NSCoder decoder, MTLDevice device)
      Since:
      Available in iOS 11.0 and later.
    • MPSImageLanczosScale

      public MPSImageLanczosScale​(NSCoder coder)
  • Method Details

    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(MTLDevice device)
      Overrides:
      init in class MPSImageScale
    • init

      protected long init​(NSCoder decoder, MTLDevice device)
      Overrides:
      init in class MPSImageScale
      Since:
      Available in iOS 11.0 and later.