Click or drag to resize

Point2DIntAddition Operator

Overload List
 NameDescription
Public operatorStatic memberAddition(Int32, Point2DInt) Adds a scalar to all the coordinates of a point, and returns a new point.
Public operatorStatic memberAddition(Point2DInt, Point2DInt) Adds the coordinates of two points, and returns the result as a new point.
Public operatorStatic memberAddition(Point2DInt, Int32) Adds a scalar to all the coordinates of a point, and returns the result as a new point.
Top
See Also