Class CoreGraphics.CGSize

java.lang.Object
com.sun.jna.Structure
oshi.jna.platform.mac.CoreGraphics.CGSize
Enclosing interface:
CoreGraphics

@FieldOrder({"width","height"}) public static class CoreGraphics.CGSize extends Structure
A size with width and height
  • Field Details

    • width

      public double width
    • height

      public double height
  • Constructor Details

    • CGSize

      public CGSize()