Extents2d(Double, Double, Double, Double) Constructor

Creates an extent object given two opposite corners of it by four real numbers x1,y1,x2,y2.
public Extents2d( 
   double x1
   double y1
   double x2
   double y2 
)

Parameters

x1
double

X position of first corner for extent.

y1
double

Y position of first corner for extent.

x2
double

X position of second corner for extent.

y2
double

Y position of second corner for extent.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition