PathNode.QuadTo
-
Cmn
data class PathNode.QuadTo : PathNode
| kotlin.Any | ||
| ↳ | androidx.compose.ui.graphics.vector.PathNode | |
| ↳ | androidx.compose.ui.graphics.vector.PathNode.QuadTo |
Draws a quadratic Bézier curve from the current point to a new point using absolute coordinates. Corresponds to the Q path data command.
Summary
Public properties |
||
|---|---|---|
Float |
The absolute x-coordinate of the control point. |
Cmn
|
Float |
The absolute x-coordinate of the curve's end point. |
Cmn
|
Float |
The absolute y-coordinate of the control point. |
Cmn
|
Float |
The absolute y-coordinate of the curve's end point. |
Cmn
|
Inherited properties |
|---|