Click or drag to resize

DrawingBaseGetLength Method

Returns the distance between 2 points

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected double GetLength(
	Point a,
	Point b
)

Parameters

a  Point
Point A
b  Point
Point B

Return Value

Double
See Also