{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

PathNode.CurveTo

public final class PathNode.CurveTo extends PathNode

java.lang.Object
   ↳ androidx.compose.ui.graphics.vector.PathNode
     ↳ androidx.compose.ui.graphics.vector.PathNode.CurveTo

Summary

Public constructors

CurveTo(float x1, float y1, float x2, float y2, float x3, float y3)

Public methods

final float
final float
final float
final float
final float
final float

Inherited methods

From androidx.compose.ui.graphics.vector.PathNode
final boolean

whether this command is a curve command

final boolean

whether this command is a quad command

Public constructors

CurveTo

public CurveTo(float x1, float y1, float x2, float y2, float x3, float y3)

Public methods

getX1

public final float getX1()

getX2

public final float getX2()

getX3

public final float getX3()

getY1

public final float getY1()

getY2

public final float getY2()

getY3

public final float getY3()