ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : Scale Method |
'Declaration Public Sub Scale( _ ByVal scaleX As Single, _ ByVal scaleY As Single, _ ByVal scaleZ As Single, _ ByVal transformBeforeScaling As Boolean _ )
'Usage Dim instance As ImGearVectorEntity Dim scaleX As Single Dim scaleY As Single Dim scaleZ As Single Dim transformBeforeScaling As Boolean instance.Scale(scaleX, scaleY, scaleZ, transformBeforeScaling)
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.