LEADTOOLS (Leadtools assembly)

Offset Method (LeadRectDHelper)

Show in webframe







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 LeadRectD Offset( 
   LeadRectD rect,
   LeadSizeD size
)
'Declaration
 
Public Shared Function Offset( _
   ByVal rect As LeadRectD, _
   ByVal size As LeadSizeD _
) As LeadRectD
'Usage
 
Dim rect As LeadRectD
Dim size As LeadSizeD
Dim value As LeadRectD
 
value = LeadRectDHelper.Offset(rect, size)
public static LeadRectD Offset( 
   LeadRectD rect,
   LeadSizeD size
)

            

            
 function Leadtools.LeadRectDHelper.Offset( 
   rect ,
   size 
)
public:
static LeadRectD Offset( 
   LeadRectD rect,
   LeadSizeD 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

LeadRectDHelper Class
LeadRectDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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