LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Offset(Int32,Int32) Method






The amount to offset the location horizontally.
The amount to offset the location vertically.
Adjusts the location of this rectangle by the specified amounts. .NET support Silverlight support
Syntax
public void Offset( 
   int x,
   int y
)
'Declaration
 
Public Overloads Sub Offset( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
'Usage
 
Dim instance As LeadRect
Dim x As Integer
Dim y As Integer
 
instance.Offset(x, y)
public void Offset( 
   int x,
   int y
)
 function Leadtools.LeadRect.Offset(Int32,Int32)( 
   x ,
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadRect Structure
LeadRect Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.