GetClosestPointTo Method (IMathEllipArc)
Gets the point on this mathematical elliptical Arc that is closest to the specified point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetClosestPointTo( _
IMathPoint* Point As MathPoint _
) As MathPoint |
C# | |
---|
MathPoint GetClosestPointTo(
MathPoint Point
) |
JavaScript | |
---|
GetClosestPointTo(
Point : MathPoint\n) : Number |
Parameters
- Point
- Point
Parameters
- ClosestPoint[out] or Return Value
- Point on this mathematical elliptical Arc this is closest to Point
See Also
Availability
DraftSight V1R5.0