LinearPath(Point2D, Point2D) Constructor

2D rectangle min/max constructor.
Public Sub New( _ 
ByVal min As Point2D, _ 
ByVal max As Point2D
)
This language is not supported or no code example is available.
public LinearPath( 
Point2D min
Point2D max 
)
This language is not supported or no code example is available.

Parameters

min
Point2D

max
Point2D

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition