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

PathNode.ReflectiveCurveTo

kotlin.Any
   ↳ androidx.compose.ui.graphics.vector.PathNode
     ↳ androidx.compose.ui.graphics.vector.PathNode.ReflectiveCurveTo

Summary

Public constructors

ReflectiveCurveTo(x1: Float, y1: Float, x2: Float, y2: Float)
Cmn

Public properties

Float
Cmn
Float
Cmn
Float
Cmn
Float
Cmn

Inherited properties

From androidx.compose.ui.graphics.vector.PathNode
Boolean

whether this command is a curve command

Cmn
Boolean

whether this command is a quad command

Cmn

Public constructors

ReflectiveCurveTo

ReflectiveCurveTo(x1: Float, y1: Float, x2: Float, y2: Float)

Public properties

x1

val x1Float

x2

val x2Float

y1

val y1Float

y2

val y2Float