Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- scaleX
- X scale factor.
- scaleY
- Y scale factor.
- scaleZ
- Z scale factor.
- transformBeforeScaling
- Flag that defines an order of transformation.
If
transformBeforeScaling
parameter is true then scaling is performed before other transformations (that is, the current matrix is multiplied by the scale matrix). Otherwise, the scale matrix is multiplied by the current matrix.