Record Class PathElement.CurveTo

java.lang.Object
java.lang.Record
org.freedesktop.cairo.PathElement.CurveTo
Record Components:
x1 - the X coordinate of the first control point
y1 - the Y coordinate of the first control point
x2 - the X coordinate of the second control point
y2 - the Y coordinate of the second control point
x3 - the X coordinate of the end of the curve
y3 - the Y coordinate of the end of the curve
All Implemented Interfaces:
PathElement
Enclosing interface:
PathElement

public static record PathElement.CurveTo(double x1, double y1, double x2, double y2, double x3, double y3) extends Record implements PathElement
A PathDataType.CURVE_TO path element