Point::Subtract Method (Point, Point)

 

Subtracts the specified Point from another specified Point and returns the difference as a Vector.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

public:
static Vector Subtract(
	Point point1,
	Point point2
)

Parameters

point1
Type: System.Windows::Point

The point from which point2 is subtracted.

point2
Type: System.Windows::Point

The point to subtract from point1.

Return Value

Type: System.Windows::Vector

The difference between point1 and point2.

The following example shows how to subtract a Point from another Point using the static Subtract method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: