C
PathDataCubicBezierSegment Class
class Qul::PlatformInterface::PathDataCubicBezierSegmentRepresents a path data cubic bezier segment. More...
Header: | #include <platforminterface/pathdata.h> |
Since: | Qt Quick Ultralite (Platform) 1.8 |
Inherits: | Qul::PlatformInterface::PathDataSegment |
Public Functions
Qul::PlatformInterface::PointF | firstControlPoint() const |
Qul::PlatformInterface::PointF | secondControlPoint() const |
Qul::PlatformInterface::PointF | target() const |
Member Function Documentation
Qul::PlatformInterface::PointF PathDataCubicBezierSegment::firstControlPoint() const
Returns the first control point of the path data cubic bezier segment.
Qul::PlatformInterface::PointF PathDataCubicBezierSegment::secondControlPoint() const
Returns the second control point of the path data cubic bezier segment.
Qul::PlatformInterface::PointF PathDataCubicBezierSegment::target() const
Returns the target position of the path data cubic bezier segment.
Available under certain Qt licenses.
Find out more.