LineSegment QML Type
Displays a finite line segment. More...
| Import Statement: | import QuickGraphLib.GraphItems |
| Inherits: |
Properties
- dataTransform : matrix4x4
- point1 : point
- point2 : point
Detailed Description
Draws a line segment between two points in data coordinates. The style of the segment can be adjusted using the strokeColor and strokeWidth properties.
Property Documentation
dataTransform : matrix4x4 |
Must be assigned the data transform of the graph area this segment is paired to.
See also GraphArea::dataTransform.
point1 : point |
The first endpoint in data coordinates.
point2 : point |
The second endpoint in data coordinates.