DrawingBaseGetExtendedPoint(Point, Point, Double) Method |
Calculates the extend point value of a line
Namespace: ArthaChitra.Model.ChartAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax 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
PointCalculates the extended
PointSee Also