[]
        
(Showing Draft Content)

C1.C1Preview.PointD.op_Subtraction

operator - Operator

operator -(PointD, SizeD)

Subtracts a SizeD from a PointD.

Declaration
public static PointD operator -(PointD pt, SizeD sz)
Parameters
Type Name Description
PointD pt

The PointD that is subtracted from.

SizeD sz

The SizeD that is subtracted.

Returns
Type Description
PointD

A PointD representing the result of the subtraction.