ImageGear .NET - Updated
Offset Method (IImGearPoint)




ImageGear24.Core Assembly > ImageGear.Core Namespace > IImGearPoint Interface : Offset Method
The x coordinate value.
The y coordinate value.
Shifts the points coordinates by the specified coordinateX and coordinateY values.
Syntax
'Declaration
 
Sub Offset( _
   ByVal offsetX As Integer, _
   ByVal offsetY As Integer _
) 
'Usage
 
Dim instance As IImGearPoint
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 coordinate value.
offsetY
The y coordinate value.
See Also

Reference

IImGearPoint Interface
IImGearPoint Members