Size3D(Point3D, Point3D) Constructor

Two 3D points constructor.
Public Sub New( _ 
ByVal minCorner As Point3D, _ 
ByVal maxCorner As Point3D
)
This language is not supported or no code example is available.
public Size3D( 
Point3D minCorner
Point3D maxCorner 
)
This language is not supported or no code example is available.

Parameters

minCorner
Point3D

maxCorner
Point3D

.NET Framework

Supported in: 4.8

In this article

Definition