Record Class PathElement.LineTo

java.lang.Object
java.lang.Record
org.freedesktop.cairo.PathElement.LineTo
Record Components:
x - the X coordinate of the end of the new line
y - the Y coordinate of the end of the new line
All Implemented Interfaces:
PathElement
Enclosing interface:
PathElement

public static record PathElement.LineTo(double x, double y) extends Record implements PathElement
A PathDataType.LINE_TO path element