DrawingBaseCalculateMid Method |
Calculate the mid point of a line
Namespace: ArthaChitra.Model.ChartAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax protected Point CalculateMid(
Point a,
Point b
)
Parameters
- a Point
- Point A
- b Point
- Point B
Return Value
PointMid
Point of a line
See Also