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

PathNode.QuadTo

public final class PathNode.QuadTo extends PathNode

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

Summary

Public constructors

QuadTo(float x1, float y1, float x2, float y2)

Public methods

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

QuadTo

public QuadTo(float x1, float y1, float x2, float y2)

Public methods

getX1

public final float getX1()

getX2

public final float getX2()

getY1

public final float getY1()

getY2

public final float getY2()