←Select platform

Translate Method

Summary
Translates the AnnObject by the specified values.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual void Translate( 
   double offsetX, 
   double offsetY 
) 
- (void)translateOffsetX:(double)offsetX offsetY:(double)offsetY NS_SWIFT_NAME(translate(offsetX:offsetY:)); 
public void translate( 
   double offsetX, 
   double offsetY 
) 
public:  
   virtual void Translate( 
      double offsetX, 
      double offsetY 
   ) 
def Translate(self,offsetX,offsetY): 

Parameters

offsetX
The x value by which to translate the AnnObject.

offsetY
The y value by which to translate the AnnObject.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

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

Leadtools.Annotations.Engine Assembly

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