ImageGear .NET - Updated May 1, 2018
Move Method (ImGearARTRectangle)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTRectangle Class : Move Method
X offset to move.
Y offset to move.
Moves the mark by specified offset.
Syntax
'Declaration
 
Public Overrides Sub Move( _
   ByVal offsetX As Integer, _
   ByVal offsetY As Integer _
) 
 
'Usage
 
Dim instance As ImGearARTRectangle
Dim offsetX As Integer
Dim offsetY As Integer
 
instance.Move(offsetX, offsetY)

Parameters

offsetX
X offset to move.
offsetY
Y offset to move.
See Also

Reference

ImGearARTRectangle Class
ImGearARTRectangle Members