←Select platform

Translate Method (AnnObject)

Summary

Translates the AnnObject by the specified values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public virtual void Translate(  
   double offsetX, 
   double offsetY 
) 
Public Overridable Sub Translate( _ 
   ByVal offsetX As Double, _ 
   ByVal offsetY As Double _ 
) 
public virtual void Translate(  
   double offsetX, 
   double offsetY 
) 
-(void) translateOffsetX:(double)offsetX 
                 offsetY:(double)offsetY; 
public void translate( 
   double offsetX, 
   double offsetY 
) 
function Leadtools.Annotations.Core.AnnObject.Translate(  
   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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize