←Select platform

OffsetBy Method

Summary

Translate the image of the item horizontally and vertically by a certain amount.

Syntax
C#
VB
C++
public void OffsetBy( 
   LeadPointD value 
) 
Public Sub OffsetBy( 
   ByVal value As LeadPointD 
) 
public:  
   void OffsetBy( 
      LeadPointD^ value 
   ) 

Parameters

value

Amount to translate the image horizontally and vertically.

Remarks

This method will add value to the Offset with the new value is stored in the property

This is a display method and will not change the image data.

This is a state value. For more information, for more information, refer Image Viewer Transformation.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly