ScalePoint Method (IMathPoint) Send Feedback
See Also 
CenterPoint
IMathPoint
ScaleFactor
Factor by which to scale this mathematical point
Scales this mathematical point by the specified scale factor about the specified mathematical center point.

Syntax

Visual Basic 
Sub ScalePoint( _
   ByVal CenterPoint As MathPoint, _
   ByVal ScaleFactor As System.Double _
) 
C# 
void ScalePoint( 
   MathPoint CenterPoint,
   System.double ScaleFactor
)
JavaScript 
ScalePoint( 
   CenterPoint : dsMathPoint,
   ScaleFactor : Number
)
COM native C++ 
HRESULT ScalePoint( 
   IMathPoint* CenterPoint,
   DOUBLE ScaleFactor
) 
C++ 
DSRESULT ScalePoint( 
   dsMathPoint* CenterPoint,
   double ScaleFactor
) 

Parameters

CenterPoint
IMathPoint
ScaleFactor
Factor by which to scale this mathematical point
 

See Also

Availability

DraftSight V1R1.4