←Select platform

Translate Method (AnnSelectionObject)

Summary

Translates the SelectedObjects by the specified values.

Syntax

C#
VB
Java
WinRT C#
public override void Translate(  
   double offsetX, 
   double offsetY 
) 
Public Overrides Sub Translate( _ 
   ByVal offsetX As Double, _ 
   ByVal offsetY As Double _ 
) 
public override void Translate(  
   double offsetX, 
   double offsetY 
) 
@Override public void translate( 
   double offsetX, 
   double offsetY 
) 
function Leadtools.Annotations.Core.AnnSelectionObject.Translate(  
   offsetX , 
   offsetY  
) 

Parameters

offsetX
The x value by which to translate the SelectedObjects.

offsetY
The y value by which to translate the SelectedObjects.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize