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




offsetX
X coordinate of the offset vector.
offsetY
Y coordinate of the offset vector.
offsetZ
Z coordinate of the offset vector.
transformBeforeMoving
Flag that defines an order of transformation.

Glossary Item Box

Moves the entity according to the specified vector.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

offsetX
X coordinate of the offset vector.
offsetY
Y coordinate of the offset vector.
offsetZ
Z coordinate of the offset vector.
transformBeforeMoving
Flag that defines an order of transformation.

Remarks

If transformBeforeMoving parameter is true then moving is performed before other transformations (that is, the current matrix is multiplied by the move matrix). Otherwise, the move matrix is multiplied by the current matrix.

See Also

©2013. Accusoft Corporation. All Rights Reserved.