[]
        
(Showing Draft Content)

C1.Win.Interop.Point.op_Subtraction

operator - Operator

operator -(Point, Size)

Subtracts a Size from a Point.

Declaration
public static Point operator -(Point pt, Size sz)
Parameters
Type Name Description
Point pt

The Point that is subtracted from.

Size sz

The Size that is subtracted.

Returns
Type Description
Point

A Point representing the result of the subtraction.