Record Class Point

java.lang.Object
java.lang.Record
org.freedesktop.cairo.Point
Record Components:
x - the X coordinate of the point
y - the Y coordinate of the point

public record Point(double x, double y) extends Record
A Point defined by its x and y coordinates.
Since:
1.16