Point(Point3D, Single) Constructor

3D point and size constructor.
Public Sub New( _ 
ByVal p As Point3D, _ 
ByVal size As Single
)
This language is not supported or no code example is available.
public Point( 
Point3D p
float size 
)
This language is not supported or no code example is available.

Parameters

p
Point3D

Point position

size
float

On screen size

.NET Framework

Supported in: 4.7.2

In this article

Definition