calculateSegmentPoints method
- @override
override
Calculates the rendering bounds of a segment.
Implementation
@override
void calculateSegmentPoints() {
x1 = _x1Pos;
y1 = _y1Pos;
x2 = _x2Pos;
y2 = _y2Pos;
}
Calculates the rendering bounds of a segment.
@override
void calculateSegmentPoints() {
x1 = _x1Pos;
y1 = _y1Pos;
x2 = _x2Pos;
y2 = _y2Pos;
}