Point::Subtract Method (Point, Size)

 

Returns the result of subtracting specified Size from the specified Point.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
static Point Subtract(
	Point pt,
	Size sz
)

Parameters

pt
Type: System.Drawing::Point

The Point to be subtracted from.

sz
Type: System.Drawing::Size

The Size to subtract from the Point.

Return Value

Type: System.Drawing::Point

The Point that is the result of the subtraction operation.

The Subtract subtracts the Width and Height of the specified Size from the X and Y values of the specified point.

.NET Framework
Available since 2.0
Return to top
Show: