←Select platform

Move Method

Summary
Provides an implementation of the Move method for this AnnCrossProductEditDesigner object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
protected override void Move( 
   double offsetX, 
   double offsetY 
) 
- (void)moveOffsetX:(double)offsetX offsetY:(double)offsetY 
@Override protected void move(double offsetX, double offsetY) 
protected:  
   virtual void Move( 
      double offsetX, 
      double offsetY 
   ) override 
def Move(self,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.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.