PointRGB(Double, Double, Double, Color) Constructor

Color constructor.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal z As Double, _ 
ByVal color As Color
)
This language is not supported or no code example is available.
public PointRGB( 
double x
double y
double z
Color color 
)
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

color
Color

Point's color

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition