Point..::..Subtraction Operator

Implements the -.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public static Point operator -(
	Point p1,
	Point p2
)
Public Shared Operator - ( _
	p1 As Point, _
	p2 As Point _
) As Point
public:
static Point^ operator -(
	Point^ p1, 
	Point^ p2
)

Parameters

p1
Type: Point
The p1.
p2
Type: Point
The p2.

Return Value

The result of the operator.