Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft