ImageGear .NET - Updated March 30, 2018
Move Method (ImGearARTHotSpot)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTHotSpot 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 ImGearARTHotSpot
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

ImGearARTHotSpot Class
ImGearARTHotSpot Members