Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Offset Method (LeadRectHelper)








The rectangle object.
The x- and y-amounts to offset the location.
Adjusts the location of this rectangle by the specified amount.
Syntax
public static LeadRect Offset( 
   LeadRect rect,
   LeadSize size
)
'Declaration
 
Public Shared Function Offset( _
   ByVal rect As LeadRect, _
   ByVal size As LeadSize _
) As LeadRect
'Usage
 
Dim rect As LeadRect
Dim size As LeadSize
Dim value As LeadRect
 
value = LeadRectHelper.Offset(rect, size)
public static LeadRect Offset( 
   LeadRect rect,
   LeadSize size
)
 function Leadtools.LeadRectHelper.Offset( 
   rect ,
   size 
)
public:
static LeadRect Offset( 
   LeadRect rect,
   LeadSize size
) 

Parameters

rect
The rectangle object.
size
The x- and y-amounts to offset the location.
Remarks
The result rectangle.
Requirements

Target Platforms

See Also

Reference

LeadRectHelper Class
LeadRectHelper Members

Error processing SSI file