ImageGear .NET - Updated October 26, 2017
Move Method (ImGearARTPinUpText)




ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTPinUpText 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 ImGearARTPinUpText
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

ImGearARTPinUpText Class
ImGearARTPinUpText Members