ImageGear v26.0 - Updated
Offset Method (ImGearPoint)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearPoint Structure : Offset Method
The x coordinate value.
The y coordinate value.
Shifts the points coordinates by the specified coordinateX and coordinateY values.
Syntax
'Declaration
 
Public Sub Offset( _
   ByVal offsetX As Integer, _
   ByVal offsetY As Integer _
) 
'Usage
 
Dim instance As ImGearPoint
Dim offsetX As Integer
Dim offsetY As Integer
 
instance.Offset(offsetX, offsetY)
public void Offset( 
   int offsetX,
   int offsetY
)
public: void Offset( 
   int offsetX,
   int offsetY
) 
public:
void Offset( 
   int offsetX,
   int offsetY
) 

Parameters

offsetX
The x coordinate value.
offsetY
The y coordinate value.
Remarks
This method shifts the points coordinates by the specified dx and dy values.
See Also

Reference

ImGearPoint Structure
ImGearPoint Members

Is this page helpful?
Yes No
Thanks for your feedback.