←Select platform

Translate Method

Summary

Translates the AnnTextReviewObject by the specified values.

Syntax

C#
VB
Java
WinRT C#
C++
public override void Translate( 
   double offsetX, 
   double offsetY 
) 
Public Overrides Sub Translate( _ 
   ByVal offsetX As Double, _ 
   ByVal offsetY As Double _ 
)  
public override void Translate(  
   double offsetX, 
   double offsetY 
) 
@Override public void translate( 
   double offsetX, 
   double offsetY 
) 
             
 function Leadtools.Annotations.Core.AnnTextReviewObject.Translate(  
   offsetX , 
   offsetY  
) 
public:  
   virtual void Translate( 
      double offsetX, 
      double offsetY 
   ) override 

Parameters

offsetX
The x value by which to translate the AnnTextReviewObject.

offsetY
The y value by which to translate the AnnTextReviewObject.

Remarks

This implementation overrides this method to ignore the default behavior since this object type does not support translation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly