C

PathDataArcSegment Class

class Qul::PlatformInterface::PathDataArcSegment

Represents a path data arc segment. More...

Public Functions

float rotation() const
Qul::PlatformInterface::PointF target() const
float xRadius() const
float yRadius() const

Detailed Description

Member Function Documentation

float PathDataArcSegment::rotation() const

Returns the rotation angle in degrees of the path data arc segment.

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

Returns the target position of the path data arc segment.

float PathDataArcSegment::xRadius() const

Returns the x-radius of the path data arc segment.

float PathDataArcSegment::yRadius() const

Returns the y-radius of the path data arc segment.

Available under certain Qt licenses.
Find out more.