Record Class PathElement.MoveTo

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

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