LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Translate Method (AnnGroupObject)






The x value by which to translate the matrix in the AnnObject.Transform property.
The y value by which to translate the matrix in the AnnObject.Transform property.
Translates the transformation matrix of this AnnGroupObject object using the specified values.
Syntax
public override void Translate( 
   float dx,
   float dy
)
'Declaration
 
Public Overrides Sub Translate( _
   ByVal dx As Single, _
   ByVal dy As Single _
) 
'Usage
 
Dim instance As AnnGroupObject
Dim dx As Single
Dim dy As Single
 
instance.Translate(dx, dy)
public override void Translate( 
   float dx,
   float dy
)
 function Leadtools.Annotations.AnnGroupObject.Translate( 
   dx ,
   dy 
)
public:
void Translate( 
   float dx,
   float dy
) override 

Parameters

dx
The x value by which to translate the matrix in the AnnObject.Transform property.
dy
The y value by which to translate the matrix in the AnnObject.Transform property.
Remarks
The AnnGroupObject class overrides the AnnObject.Translate method to translate all objects in the group. For more information, refer to AnnObject.Translate.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.