PathNode.RelativeHorizontalTo


Draws a horizontal line from the current point, offset by a relative distance dx. Corresponds to the h path data command.

Summary

Public constructors

Cmn

Public properties

Float

The relative change in the x-coordinate.

Cmn

Inherited properties

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

true if this command is a cubic Bézier curve, false otherwise.

Cmn
Boolean

true if this command is a quadratic Bézier curve, false otherwise.

Cmn

Public constructors

RelativeHorizontalTo

RelativeHorizontalTo(dx: Float)
Parameters
dx: Float

The relative change in the x-coordinate.

Public properties

dx

val dxFloat

The relative change in the x-coordinate.