DrawingBaseExtendRight Method |
Extends a line to the right
Namespace:
SharpCharts.Base.ChartObject
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax protected Point ExtendRight(
Point startPoint,
Point endPoint
)
Parameters
- startPoint
- Type: System.WindowsPoint
The start point of the line - endPoint
- Type: System.WindowsPoint
The end point of the line
Return Value
Type:
PointReturns the extended point. If the new point is beyond the visible range then will return the end point
See Also