ImageGear .NET - Updated December 24, 2018
Move Method (ImGearVectorView)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : Move Method
Moving distance in X direction.
Moving distance in Y direction.
Moving distance in Z direction.
Moves the camera according to the specified offsets.
Syntax
'Declaration
 
Public Sub Move( _
   ByVal offsetX As Single, _
   ByVal offsetY As Single, _
   ByVal offsetZ As Single _
) 
 
'Usage
 
Dim instance As ImGearVectorView
Dim offsetX As Single
Dim offsetY As Single
Dim offsetZ As Single
 
instance.Move(offsetX, offsetY, offsetZ)

Parameters

offsetX
Moving distance in X direction.
offsetY
Moving distance in Y direction.
offsetZ
Moving distance in Z direction.
See Also

Reference

ImGearVectorView Class
ImGearVectorView Members