PointFOffset Method (Single, Single) | 
 
            Offsets the X and Y co-ordinates of this point by the specified x and y values
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic void Offset(
	float x,
	float y
)
Public Sub Offset ( 
	x As Single,
	y As Single
)
member Offset : 
        x : float32 * 
        y : float32 -> unit 
Parameters
- x
 - Type: SystemSingle
Value to add to the X co-ordinate of this point - y
 - Type: SystemSingle
Value to add to the Y co-ordinate of this point 
See Also