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
DraftSight V1R1.4