PathCubic QML Type
定义一条有两个控制点的立方贝塞尔曲线。更多
| Import Statement: | import QtQuick |
属性
- control1X : real
- control1Y : real
- control2X : real
- control2Y : real
- relativeControl1X : real
- relativeControl1Y : real
- relativeControl2X : real
- relativeControl2Y : real
- relativeX : real
- relativeY : real
- x : real
- y : real
详细说明
以下 QML 生成的路径如下所示:
|
另请参阅 Path,PathQuad,PathLine,PathArc,PathAngleArc,PathCurve,PathSvg 和PathRectangle 。
属性文档
定义第一个控制点的位置。
定义第二个控制点的位置。
定义控制点相对于曲线起点的位置。
如果为控制点的轴同时指定了相对位置和绝对位置,则使用相对位置。
相对位置和绝对位置可以混合使用,例如可以设置相对控制点 1 x 和绝对控制点 1 y。
另请参见 control1X,control1Y,control2X 和control2Y 。
定义曲线相对于起点的终点。
如果同时为一个轴指定了相对和绝对的终点位置,则将使用相对位置。
相对位置和绝对位置可以混合使用,例如可以设置相对的 x 和绝对的 y。
定义曲线的终点。
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.
