[]
        
(Showing Draft Content)

C1.C1Preview.PointD.Substract

Substract Method

Substract(PointD, SizeD)

Subtracts a SizeD from a PointD.

Declaration
public static PointD Substract(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.