Table of Contents

Operator operator +

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

operator +(Point, Point)

Adds the coordinates of two points.

public static Point operator +(Point a, Point b)

Parameters

a Point
b Point

Returns

Point