C

PathDataQuadraticBezierSegment Class

class Qul::PlatformInterface::PathDataQuadraticBezierSegment

Represents a path data quadratic bezier segment. More...

Header: #include <platforminterface/pathdata.h>
Since: Qt Quick Ultralite (Platform) 1.8
Inherits: Qul::PlatformInterface::PathDataSegment

Public Functions

Qul::PlatformInterface::PointF controlPoint() const
Qul::PlatformInterface::PointF target() const

Detailed Description

Member Function Documentation

Qul::PlatformInterface::PointF PathDataQuadraticBezierSegment::controlPoint() const

Returns the control point of the path data quadratic bezier segment.

Qul::PlatformInterface::PointF PathDataQuadraticBezierSegment::target() const

Returns the target position of the path data quadratic bezier segment.

Available under certain Qt licenses.
Find out more.