ImageGear .NET v24.14 - Updated
Offset Method (ImGearRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRectangle Structure : Offset Method
The X shift value.
The Y shift value.
Shifts the rectangle points by the specified shiftX and shiftY values.
Syntax
'Declaration
 
Public Sub Offset( _
   ByVal offsetX As Integer, _
   ByVal offsetY As Integer _
) 
'Usage
 
Dim instance As ImGearRectangle
Dim offsetX As Integer
Dim offsetY As Integer
 
instance.Offset(offsetX, offsetY)
public void Offset( 
   int offsetX,
   int offsetY
)
public: void Offset( 
   int offsetX,
   int offsetY
) 
public:
void Offset( 
   int offsetX,
   int offsetY
) 

Parameters

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

Reference

ImGearRectangle Structure
ImGearRectangle Members