Point(Point2D) Constructor

2D point constructor.
Public Sub New( _ 
ByVal p As Point2D
)
This language is not supported or no code example is available.
public Point( 
Point2D p 
)
This language is not supported or no code example is available.

Parameters

p
Point2D

Point position

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition