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