PathQuad QML Type

제어점이 있는 이차 베지어 곡선을 정의합니다. 더 보기...

Import Statement: import QtQuick

속성

상세 설명

다음 QML은 아래와 같은 경로를 생성합니다:

Path {
    startX: 0; startY: 0
    PathQuad { x: 200; y: 0; controlX: 100; controlY: 150 }
}

Path, PathCubic, PathLine, PathArc, PathAngleArc, PathCurve, PathSvg참조하십시오 .

프로퍼티 문서

x : real

y : real

커브의 끝점을 정의합니다.

relativeXrelativeY참조하세요 .


relativeX : real

relativeY : real

시작점을 기준으로 커브의 끝점을 정의합니다.

단일 축에 대해 상대 및 절대 끝 위치를 모두 지정한 경우 상대 위치가 사용됩니다.

상대 위치와 절대 위치를 혼합할 수 있으며, 예를 들어 상대 x와 절대 y를 설정하는 것이 유효합니다.

xy참조하세요 .


controlX : real

controlY : real

컨트롤 포인트의 위치를 정의합니다.


relativeControlX : real

relativeControlY : real

커브의 시작점을 기준으로 제어점의 위치를 정의합니다.

단일 축에 상대 및 절대 제어 위치를 모두 지정한 경우 상대 위치가 사용됩니다.

상대 위치와 절대 위치를 혼합할 수 있으며, 예를 들어 상대 제어 x와 절대 제어 y를 설정하는 것이 유효합니다.

controlXcontrolY참조하세요 .


© 2025 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.