LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Translate Method (AnnGroupObject)

Show in webframe





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

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


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