←Select platform

Offset(double,double) Method

Summary

Adjusts the location of this rectangle by the specified amounts.

Syntax

C#
VB
C++
public void Offset( 
   double x, 
   double y 
) 
  
Public Overloads Sub Offset( _ 
   ByVal x As Double, _ 
   ByVal y As Double _ 
)  
public: 
void Offset(  
   double x, 
   double y 
)  

Parameters

x
The amount to offset the location horizontally.

y
The amount to offset the location vertically.

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