Click or drag to resize

PointAddition Operator

Overload List
  NameDescription
Public operatorStatic memberAddition(Point, Point)
Operator to return the addition of two points as a Point
Public operatorStatic memberAddition(Point, Size)
Operator to add a size to a point
Public operatorStatic memberAddition(Point, Int32)
Operator to add a value to both the X and Y co-ordinates of a point
Top
See Also