ImageGear .NET - Updated October 26, 2017
Offset Method (ImGearDoubleRectangle)




ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearDoubleRectangle 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 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

Reference

ImGearDoubleRectangle Structure
ImGearDoubleRectangle Members