←Select platform

Move Method

Summary

Provides an implementation of the Move method for this AnnCrossProductEditDesigner object.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
protected override void Move( 
   double offsetX, 
   double offsetY 
) 
Protected Overrides Sub Move( _ 
   ByVal offsetX As Double, _ 
   ByVal offsetY As Double _ 
)  
protected override void Move(  
   double offsetX, 
   double offsetY 
) 
- (void)moveOffsetX:(double)offsetX offsetY:(double)offsetY 
@Override protected void move(double offsetX, double offsetY) 
 function Leadtools.Annotations.Designers.AnnCrossProductEditDesigner.Move(  
   offsetX , 
   offsetY  
) 
protected:  
   virtual void Move( 
      double offsetX, 
      double offsetY 
   ) override 

Parameters

offsetX
The horizontal offset to be used when moving the object.

offsetY
The vertical offset to be used when moving the object.

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.Designers Assembly