Class CoreGraphics.CGSize

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

@FieldOrder({"width","height"}) public static class CoreGraphics.CGSize extends Structure
A size in the Core Graphics coordinate system.
See Also:
  • Field Details

    • width

      public double width
      The width value.
    • height

      public double height
      The height value.
  • Constructor Details

    • CGSize

      public CGSize()