ImageGear .NET - Updated
Offset Method (ImGearDoublePoint)




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

Parameters

offsetX
X coordinate.
offsetY
Y coordinate.
See Also

Reference

ImGearDoublePoint Structure
ImGearDoublePoint Members