Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

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.
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
)
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

Error processing SSI file