Click or drag to resize

PointFOffset Method

Overload List
  NameDescription
Public methodOffset(PointF)
Offsets the X and Y co-ordinates of this point by the values from the specified offset
Public methodOffset(Single, Single)
Offsets the X and Y co-ordinates of this point by the specified x and y values
Public methodStatic memberOffset(PointF, PointF)
Offsets the X and Y co-ordinates of the point by the values from the specified offset
Public methodStatic memberOffset(PointF, Single, Single)
Offsets the X and Y co-ordinates of the point by the specified x and y values
Top
See Also