(Leadtools.Annotations.Core)

Translate Method (AnnObject)

Show in webframe





The x value by which to translate the AnnObject.
The y value by which to translate the AnnObject.
Translates the AnnObject by the specified values.
Syntax
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
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.