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

PathNode.MoveTo

public final class PathNode.MoveTo extends PathNode

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

Summary

Public constructors

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

MoveTo

public MoveTo(float x, float y)

Public methods

getX

public final float getX()

getY

public final float getY()