Vector2D(Point2D, Point2D) Constructor

Two 2D points constructor. A 2D vector with direction from P0 to P1.
Public Sub New( _ 
ByVal P0 As Point2D, _ 
ByVal P1 As Point2D
)
This language is not supported or no code example is available.
public Vector2D( 
Point2D P0
Point2D P1 
)
This language is not supported or no code example is available.

Parameters

P0
Point2D

First point

P1
Point2D

Second point

.NET Framework

Supported in: 4.8

In this article

Definition