Returns the angle between the X axis and the line passinh through specified point and this point.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public double Angle ( |
Visual Basic
Copy Code
|
|---|
Public Function Angle( _ |
Specifies the second point of line segment.
The angle between specified line and X axis.
See Also