←Select platform

Translate Method

Summary
Translates the AnnEncryptObject by the specified values.
Syntax
C#
VB
C++
Java
public override void Translate( 
   double offsetX, 
   double offsetY 
) 
Public Overrides Sub Translate( _ 
   ByVal offsetX As Double, _ 
   ByVal offsetY As Double _ 
)  
@Override public void translate( 
   double offsetX, 
   double offsetY 
) 
public:  
   virtual void Translate( 
      double offsetX, 
      double offsetY 
   ) override 

Parameters

offsetX
The x value by which to translate the AnnEncryptObject.

offsetY
The y value by which to translate the AnnEncryptObject.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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