ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMark Class / Move Method
X offset to move.
Y offset to move.




In This Topic
    Move Method (ImGearARTMark)
    In This Topic
    Moves the mark by specified offset.
    Syntax
    'Declaration
     
    Public MustOverride Sub Move( _
       ByVal offsetX As Integer, _
       ByVal offsetY As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearARTMark
    Dim offsetX As Integer
    Dim offsetY As Integer
     
    instance.Move(offsetX, offsetY)
    public abstract void Move( 
       int offsetX,
       int offsetY
    )
    public: abstract void Move( 
       int offsetX,
       int offsetY
    ) 
    public:
    abstract void Move( 
       int offsetX,
       int offsetY
    ) 

    Parameters

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