LinearPath(Double, Double) Constructor

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

Parameters

width
double

Rectangle's width

height
double

Rectangle's height

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition