Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Offset(LeadPoint) Method








The amount to offset the location.
Adjusts the location of this rectangle by the specified amount.
Syntax
public void Offset( 
   LeadPoint pos
)
'Declaration
 
Public Overloads Sub Offset( _
   ByVal pos As LeadPoint _
) 
'Usage
 
Dim instance As LeadRect
Dim pos As LeadPoint
 
instance.Offset(pos)
public void Offset( 
   LeadPoint pos
)
LeadRect LeadRectOffset(LeadRect rect, LeadSize size)
public void offset(LeadPoint pos)
 function Leadtools.LeadRect.Offset(LeadPoint)( 
   pos 
)
public:
void Offset( 
   LeadPoint pos
) 

Parameters

pos
The amount to offset the location.
Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members
Overload List

Error processing SSI file