←Select platform

Offset Method

Summary
Offsets point's X and Y coordinates by the specified amounts.
Syntax
C#
C++/CLI
Java
Python
public void Offset( 
   double offsetX, 
   double offsetY 
) 
public void offset( 
   double doubleValue,  
   double doubleValue2 
); 
public: 
void Offset(  
   double offsetX, 
   double offsetY 
)  
def Offset(self,offsetX,offsetY): 

Parameters

offsetX
The amount to offset the point's X coordinate.

offsetY
The amount to offset the point's Y coordinate.

Remarks

You cannot change the values of the Empty point.

Requirements

Target Platforms

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

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.