IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

PathQuad QML Type

Defines a quadratic Bezier curve with a control point.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

PathQuad QML Type

  • Import Statement: import QtQuick

  • Group: PathQuad is part of qtquick-animation-paths

Detailed Description

The following QML produces the path shown below:

Image non disponible
 
Sélectionnez
Path {
    startX: 0; startY: 0
    PathQuad { x: 200; y: 0; controlX: 100; controlY: 150 }
}

See Also

Property Documentation

 

x : real

y : real

Defines the end point of the curve.

See Also

See also relativeX, relativeY

relativeX : real

relativeY : real

Defines the end point of the curve relative to its start.

If both a relative and absolute end position are specified for a single axis, the relative position will be used.

Relative and absolute positions can be mixed, for example it is valid to set a relative x and an absolute y.

See Also

See also x, y

controlX : real

controlY : real

Defines the position of the control point.

relativeControlX : real

relativeControlY : real

Defines the position of the control point relative to the curve's start.

If both a relative and absolute control position are specified for a single axis, the relative position will be used.

Relative and absolute positions can be mixed, for example it is valid to set a relative control x and an absolute control y.

See Also

See also controlX, controlY

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+