LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

Translate Method (AnnGroupObject)






The x value by which to translate the System.Windows.UIElement.RenderTransform matrix.
The y value by which to translate the System.Windows.UIElement.RenderTransform matrix.
Overrides AnnObject.Translate. .NET support Silverlight support
Syntax
public override void Translate( 
   double dx,
   double dy
)
'Declaration
 
Public Overrides Sub Translate( _
   ByVal dx As Double, _
   ByVal dy As Double _
) 
'Usage
 
Dim instance As AnnGroupObject
Dim dx As Double
Dim dy As Double
 
instance.Translate(dx, dy)
public override void Translate( 
   double dx,
   double dy
)
 function Leadtools.Windows.Annotations.AnnGroupObject.Translate( 
   dx ,
   dy 
)
public:
void Translate( 
   double dx,
   double dy
) override 

Parameters

dx
The x value by which to translate the System.Windows.UIElement.RenderTransform matrix.
dy
The y value by which to translate the System.Windows.UIElement.RenderTransform matrix.
Remarks

Refer to AnnObject.Translate for more information and an example.

Example

For C#/VB examples, 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.