API Reference > OdGe Classes > OdGeScale2d Class > OdGeScale2d Operators > *= Operator > OdGeScale2d::*= Operator (OdGeScale2d&)
OdGeScale2d::*= Operator (OdGeScale2d&)
Syntax
C++
OdGeScale2d& operator *=(const OdGeScale2d& scaleVec);
Parameters 
Description 
const OdGeScale2d& scaleVec 
[in] Any 2D scale vector scale factors of which are multiplied. 

Multiplication operator for the OdGeScale2d object. 

 

Multiplies the passed scale factor with scale factors for X and Y axes of this object.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.