←Select platform

Translate Method

Summary

Translates the transformation matrix of this AnnGroupObject object using the specified values.

Syntax

C#
VB
C++
public override void Translate( 
   float dx, 
   float dy 
) 
  
Public Overrides Sub Translate( _ 
   ByVal dx As Single, _ 
   ByVal dy As Single _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly