Class CoreGraphics.CGPoint

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

@FieldOrder({"x","y"}) public static class CoreGraphics.CGPoint extends Structure
A point with X and Y coordinates
  • Field Details

    • x

      public double x
    • y

      public double y
  • Constructor Details

    • CGPoint

      public CGPoint()