LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Offset(LeadPoint) Method
See Also 
Leadtools Namespace > LeadRect Structure > Offset Method : Offset(LeadPoint) Method



pos
The amount to offset the location.
pos
The amount to offset the location.
Adjusts the location of this rectangle by the specified amount. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Offset( _
   ByVal pos As LeadPoint _
) 
Visual Basic (Usage)Copy Code
Dim instance As LeadRect
Dim pos As LeadPoint
 
instance.Offset(pos)
C# 
public void Offset( 
   LeadPoint pos
)
C++/CLI 
public:
void Offset( 
   LeadPoint pos
) 

Parameters

pos
The amount to offset the location.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also