ImageGear PDF v25.2 - Updated
Move Method (ImGearARTTextStamp)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTTextStamp Class : Move Method
X offset in abstract coordinates.
Y offset in abstract coordinates.
Moves mark by specified offset.
Syntax
'Declaration
 
Public Overrides Sub Move( _
   ByVal offsetX As Integer, _
   ByVal offsetY As Integer _
) 
'Usage
 
Dim instance As ImGearARTTextStamp
Dim offsetX As Integer
Dim offsetY As Integer
 
instance.Move(offsetX, offsetY)
public override void Move( 
   int offsetX,
   int offsetY
)
public: void Move( 
   int offsetX,
   int offsetY
) override 
public:
void Move( 
   int offsetX,
   int offsetY
) override 

Parameters

offsetX
X offset in abstract coordinates.
offsetY
Y offset in abstract coordinates.
Remarks
Type of the mark's coordinate system is specifying when using ImGearARTPage.AddMark method.
See Also

Reference

ImGearARTTextStamp Class
ImGearARTTextStamp Members

Is this page helpful?
Yes No
Thanks for your feedback.