[]
        
(Showing Draft Content)

C1.Win.Interop.Point.Substract

Substract Method

Substract(Point, Size)

Subtracts a Size from a Point.

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