PathNode.LineTo
-
Cmn
data class PathNode.LineTo : PathNode
| kotlin.Any | ||
| ↳ | androidx.compose.ui.graphics.vector.PathNode | |
| ↳ | androidx.compose.ui.graphics.vector.PathNode.LineTo |
Draws a line from the current point to the specified absolute (x,y) coordinate. Corresponds to the L path data command.
Summary
Public properties |
||
|---|---|---|
Float |
The absolute x-coordinate of the line's end point. |
Cmn
|
Float |
The absolute y-coordinate of the line's end point. |
Cmn
|
Inherited properties |
|---|