Class CoreGraphics.CGPoint

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

@FieldOrder({"x","y"}) public static class CoreGraphics.CGPoint extends Structure
A point in the Core Graphics coordinate system.
See Also:
  • Field Details

    • x

      public double x
      The x-coordinate of the point.
    • y

      public double y
      The y-coordinate of the point.
  • Constructor Details

    • CGPoint

      public CGPoint()