LEADTOOLS Annotations (Leadtools.Annotations assembly)

Translate Method (AnnGroupObject)

Show in webframe





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:
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

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.