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

PathNode.ReflectiveCurveTo

public final class PathNode.ReflectiveCurveTo extends PathNode

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

Summary

Public constructors

ReflectiveCurveTo(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

ReflectiveCurveTo

public ReflectiveCurveTo(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()