Visual Basic | |
---|---|
Function GetClosestPointTo( _ ByVal Point As MathPoint _ ) As MathPoint |
C# | |
---|---|
MathPoint GetClosestPointTo( MathPoint Point ) |
JavaScript | |
---|---|
GetClosestPointTo( Point : dsMathPoint ) : Number |
COM native C++ | |
---|---|
HRESULT GetClosestPointTo( IMathPoint* Point, IMathPoint** ClosestPoint ) |
C++ | |
---|---|
DSRESULT GetClosestPointTo( dsMathPoint* Point, dsMathPoint** ClosestPoint ) |
Parameters
DraftSight V1R5.0