Search
Point.Angle Method
See Also
 





Returns the angle between the X axis and the line passinh through specified point and this point.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public double Angle (
    Point point
)

Visual Basic  Copy Code

Public Function Angle( _
    point As Point _
) As Double

 Parameters

point

Specifies the second point of line segment.

 Return Value

The angle between specified line and X axis.

 See Also