←Select platform

Offset(int,int) Method

Summary
Adjusts the location of this rectangle by the specified amounts.
Syntax
C#
VB
C++
Java
public void Offset( 
   int x, 
   int y 
) 
Public Overloads Sub Offset( _ 
   ByVal x As Integer, _ 
   ByVal y As Integer _ 
)  
public void offset(int x, int y) 
public: 
void Offset(  
   int x, 
   int y 
)  

Parameters

x
The amount to offset the location horizontally.

y
The amount to offset the location vertically.

Requirements

Target Platforms

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

Leadtools Assembly

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