Click or drag to resize

PointOffset Method

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