Subtract Method (IMathPoint) Send Feedback
See Also 
MathPoint
IMathPoint
Sets the current mathematical point to the difference between its original value and the value of the specified mathematical point.

Syntax

Visual Basic 
Sub Subtract( _
   ByVal MathPoint As MathPoint _
) 
C# 
void Subtract( 
   MathPoint MathPoint
)
JavaScript 
Subtract( 
   MathPoint : dsMathPoint
)
COM native C++ 
HRESULT Subtract( 
   IMathPoint* MathPoint
) 
C++ 
DSRESULT Subtract( 
   dsMathPoint* MathPoint
) 

Parameters

MathPoint
IMathPoint
 

See Also

Availability

DraftSight V1R1.4