PointFOffset Method (PointF) | 
 
            Offsets the X and Y co-ordinates of this point by the values from the specified offset
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic void Offset(
	PointF offset
)
Public Sub Offset ( 
	offset As PointF
)
member Offset : 
        offset : PointF -> unit 
Parameters
- offset
 - Type: Eto.DrawingPointF
Point with X and Y values to add to this point 
See Also