LEADTOOLS (Leadtools assembly)

Offset(Int32,Int32) Method

Show in webframe







The amount to offset the location horizontally.
The amount to offset the location vertically.
Adjusts the location of this rectangle by the specified amounts.
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

See Also

Reference

LeadRect Structure
LeadRect Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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