Point(Double, Double, Double, Single) Constructor

Position and size constructor.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal z As Double, _ 
ByVal size As Single
)
This language is not supported or no code example is available.
public Point( 
double x
double y
double z
float size 
)
This language is not supported or no code example is available.

Parameters

x
double

Point's X coordinate

y
double

Point's Y coordinate

z
double

Point's Z coordinate

size
float

On screen size

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition