Table of Contents

Operator operator -

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

operator -(Point, Point)

Subtracts the coordinates of one point from another.

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

Parameters

a Point
b Point

Returns

Point