ImageGear for .NET
Scale Method
See Also  Send Feedback
ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : Scale Method




scaleX
X scale factor.
scaleY
Y scale factor.
scaleZ
Z scale factor.
transformBeforeScaling
Flag that defines an order of transformation.

Glossary Item Box

Scales the entity according to the specified scale vector.

Syntax

 
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.

Remarks

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.