PointFOffset Method (PointF, PointF) | 
 
            Offsets the X and Y co-ordinates of the point by the values from the specified offset
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic static PointF Offset(
	PointF point,
	PointF offset
)
Public Shared Function Offset ( 
	point As PointF,
	offset As PointF
) As PointF
static member Offset : 
        point : PointF * 
        offset : PointF -> PointF 
Parameters
- point
 - Type: Eto.DrawingPointF
Point to offset - offset
 - Type: Eto.DrawingPointF
Point with X and Y values to add to this point 
Return Value
Type: 
PointFA new point offset by the specified value
See Also