ImageGear .NET - Updated
Offset Method (IImGearDoublePoint)




ImageGear24.Core Assembly > ImageGear.Core Namespace > IImGearDoublePoint Interface : Offset Method
X coordinate value.
Y coordinate value.
Shifts the points coordinates by the specified coordinateX and coordinateY values.
Syntax
'Declaration
 
Sub Offset( _
   ByVal offsetX As Double, _
   ByVal offsetY As Double _
) 
'Usage
 
Dim instance As IImGearDoublePoint
Dim offsetX As Double
Dim offsetY As Double
 
instance.Offset(offsetX, offsetY)
void Offset( 
   double offsetX,
   double offsetY
)
void Offset( 
   double offsetX,
   double offsetY
) 
void Offset( 
   double offsetX,
   double offsetY
) 

Parameters

offsetX
X coordinate value.
offsetY
Y coordinate value.
See Also

Reference

IImGearDoublePoint Interface
IImGearDoublePoint Members