ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDoubleRectangle Structure / Offset Method
The X shift value.
The Y shift value.




In This Topic
Offset Method (ImGearDoubleRectangle)
In This Topic
Shifts the rectangle points by the specified shiftX and shiftY values.
Syntax
'Declaration
 
Public Sub Offset( _
   ByVal offsetX As Double, _
   ByVal offsetY As Double _
) 
 
'Usage
 
Dim instance As ImGearDoubleRectangle
Dim offsetX As Double
Dim offsetY As Double
 
instance.Offset(offsetX, offsetY)

Parameters

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