IntelliCAD 11.1 Object Library
PolarPoint Method
See Also 
Point
A Point object that specifies the base point.
Angle
Angle from the specified point where the point to return is located.
Distance
Distance from the specified point where the point to return is located.
Utility Object : PolarPoint Method

Description

Returns a point at a user specified angle and distance from a given point.

Syntax

Visual Basic
Public Function PolarPoint( _
   ByVal Point As Point, _
   ByVal Angle As Double, _
   ByVal Distance As Double _
) As Point

Parameters

Point
A Point object that specifies the base point.
Angle
Angle from the specified point where the point to return is located.
Distance
Distance from the specified point where the point to return is located.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.