←Select platform

Offset(int,int) Method

Summary
Adjusts the location of this rectangle by the specified amounts.
Syntax
C#
C++/CLI
Java
Python
public void Offset( 
   int x, 
   int y 
) 
public void offset( 
   int intValue,  
   int intValue2 
); 
public: 
void Offset(  
   int x, 
   int y 
)  
def Offset(self,x,y): 

Parameters

x
The amount to offset the location horizontally.

y
The amount to offset the location vertically.

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.