Click or drag to resize

DrawingBaseGetAngle Method

Gets the angle of two points

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected double GetAngle(
	Point p1,
	Point p2
)

Parameters

p1  Point
p2  Point

Return Value

Double
See Also