Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Translate Method
See Also 
Leadtools.Windows.Annotations Namespace > AnnGroupObject Class : Translate Method



dx
The x value by which to translate the matrix in the RenderTransform property.
dy
The y value by which to translate the matrix in the RenderTransform property.
dx
The x value by which to translate the matrix in the RenderTransform property.
dy
The y value by which to translate the matrix in the RenderTransform property.
Translates the transformation matrix of this AnnGroupObject object using the specified values.

Syntax

Visual Basic (Declaration) 
Overrides Public Sub Translate( _
   ByVal dx As Double, _
   ByVal dy As Double _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnGroupObject
Dim dx As Double
Dim dy As Double
 
instance.Translate(dx, dy)
C# 
public override void Translate( 
   double dx,
   double dy
)
C++/CLI 
public:
void Translate( 
   double dx,
   double dy
) override 

Parameters

dx
The x value by which to translate the matrix in the RenderTransform property.
dy
The y value by which to translate the matrix in the RenderTransform property.

Remarks

The AnnGroupObject class overrides the AnnObjectBase.Translate method to translate all objects in the group. For more information, refer to AnnObjectBase.Translate.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

Translate requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.