Error processing SSI file
(Leadtools.Annotations.Designers)

Show in webframe

Move Method (AnnTextReviewEditDesigner)







The horizontal offset to be used when moving the object.
The vertical offset to be used when moving the object.
Moves the object.
Syntax
protected override void Move( 
   double offsetX,
   double offsetY
)
'Declaration
 
Protected Overrides Sub Move( _
   ByVal offsetX As Double, _
   ByVal offsetY As Double _
) 
'Usage
 
Dim instance As AnnTextReviewEditDesigner
Dim offsetX As Double
Dim offsetY As Double
 
instance.Move(offsetX, offsetY)
protected override void Move( 
   double offsetX,
   double offsetY
)
-(void) moveOffsetX:(double)offsetX 
            offsetY:(double)offsetY;
            
protected void move(
  double offsetX, 
  double offsetY
)
            
 function Leadtools.Annotations.Designers.AnnTextReviewEditDesigner.Move( 
   offsetX ,
   offsetY 
)

Parameters

offsetX
The horizontal offset to be used when moving the object.
offsetY
The vertical offset to be used when moving the object.
Remarks

This method is called when the user clicks and drags the AnnTextReviewEditDesigner object itself. Derived classes may override this method and provide the necessary functionality to update the coordinates of the object being edited. The default implementation is as follows:

[C#]


            // Translate the target object
            this.TargetObject.Translate(offsetX, offsetY);
            
Example

For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations

Requirements

Target Platforms

See Also

Reference

AnnTextReviewEditDesigner Class
AnnTextReviewEditDesigner Members

Error processing SSI file
Leadtools.Annotations.Designers requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features