Click or drag to resize

DrawingBaseGetExtendedPoint(Point, Point, Double) Method

Calculates the extend point value of a line

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected Point GetExtendedPoint(
	Point startPoint,
	Point endPoint,
	double offset
)

Parameters

startPoint  Point
Start point of the line
endPoint  Point
End point of the line
offset  Double
How far the line should be extended

Return Value

Point
Calculates the extended Point
See Also