Point2D.Subtraction (Vector2D, Point2D) Operator

Subtraction between a 2D vector and a 2D point.
Public Shared Operator -( _ 
ByVal v As Vector2D, _ 
ByVal p As Point2D
) As Point2D
This language is not supported or no code example is available.
public static Point2D operator -( 
Vector2D v
Point2D p 
)
This language is not supported or no code example is available.

Parameters

v
Vector2D

The 2D vector

p
Point2D

The 2D point

Return Value

Point2D

The resulting 2D point.

.NET Framework

Supported in: 4.8

In this article

Definition