| 
    Wt
    4.0.0
    
   | 
 
A segment. More...
#include <WPainterPath.h>
Public Member Functions | |
| double | x () const | 
| double | y () const | 
| SegmentType | type () const | 
A segment.
| SegmentType Wt::WPainterPath::Segment::type | ( | ) | const | 
The type of the segment
| double Wt::WPainterPath::Segment::x | ( | ) | const | 
The x parameter
Depending on the type(), this is either the x position of the point, or something else.
| double Wt::WPainterPath::Segment::y | ( | ) | const | 
The y parameter
Depending on the type(), this is either the y position of the point, or something else.
 1.8.11