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

PathNode.ReflectiveQuadTo

public final class PathNode.ReflectiveQuadTo extends PathNode

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

Summary

Public constructors

ReflectiveQuadTo(float x, float y)

Public methods

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

ReflectiveQuadTo

public ReflectiveQuadTo(float x, float y)

Public methods

getX

public final float getX()

getY

public final float getY()