operator -

operator -(Point2, Point2)

public static Point2 operator -(Point2 a, Point2 b) ;

Description

Subtraction of Point2 each other.

Parameters

Parameter Name Description
a Point2 to subtract
b Point2 to subtract

Returns

Returns the result of subtraction.