Class MLImageSize

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class MLImageSize
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 12.0 and later.
  • Constructor Details

    • MLImageSize

      public MLImageSize()
    • MLImageSize

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

      protected MLImageSize​(NSObject.SkipInit skipInit)
    • MLImageSize

      public MLImageSize​(NSCoder coder)
  • Method Details

    • getPixelsWide

      public long getPixelsWide()
    • getPixelsHigh

      public long getPixelsHigh()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)