Click or drag to resize

DrawingBaseGetExtendedPoint Method

Calculates the extended point value of a line

Namespace:  SharpCharts.Base.ChartObject
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected Point GetExtendedPoint(
	Point startPoint,
	Point endPoint,
	double offset
)

Parameters

startPoint
Type: System.WindowsPoint
Start point of the line
endPoint
Type: System.WindowsPoint
End point of the line
offset
Type: SystemDouble
How far the line should be extended

Return Value

Type: Point
See Also