LinearPath(Double, Double, Double, Double) Constructor

2D rectangle constructor.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal width As Double, _ 
ByVal height As Double
)
This language is not supported or no code example is available.
public LinearPath( 
double x
double y
double width
double height 
)
This language is not supported or no code example is available.

Parameters

x
double

Lower-left corner position along X-axis

y
double

Lower-left corner position along y-axis

width
double

Rectangle's width

height
double

Rectangle's height

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition