ImageGear .NET v25.1 - Updated
Offset Method (IImGearRectangle)




ImageGear.Core Assembly > ImageGear.Core Namespace > IImGearRectangle Interface : Offset Method
The X shift value.
The Y shift value.
Shifts the rectangle points by the specified xShift and yShift values.
Syntax
'Declaration
 
Sub Offset( _
   ByVal offsetX As Integer, _
   ByVal offsetY As Integer _
) 
'Usage
 
Dim instance As IImGearRectangle
Dim offsetX As Integer
Dim offsetY As Integer
 
instance.Offset(offsetX, offsetY)
void Offset( 
   int offsetX,
   int offsetY
)
void Offset( 
   int offsetX,
   int offsetY
) 
void Offset( 
   int offsetX,
   int offsetY
) 

Parameters

offsetX
The X shift value.
offsetY
The Y shift value.
See Also

Reference

IImGearRectangle Interface
IImGearRectangle Members