AngleFromXAxis Method

IntelliCAD 11.1 Object Library
AngleFromXAxis Method
See Also 
Point1
A Point object indicating the start of the line.
Point2
A Point object indicating the end of the line.
Utility Object : AngleFromXAxis Method

Description

Returns the angle of a line from the X-axis; The angle is measured counterclockwise.

Syntax

Visual Basic
Public Function AngleFromXAxis( _
   ByVal Point1 As Point, _
   ByVal Point2 As Point _
) As Double

Parameters

Point1
A Point object indicating the start of the line.
Point2
A Point object indicating the end of the line.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.