Size3D(Double, Double, Double) Constructor

Standard constructor.
Public Sub New( _ 
ByVal width As Double, _ 
ByVal depth As Double, _ 
ByVal height As Double
)
This language is not supported or no code example is available.
public Size3D( 
double width
double depth
double height 
)
This language is not supported or no code example is available.

Parameters

width
double

depth
double

height
double

.NET Framework

Supported in: 4.8

In this article

Definition