BinGrid.ExpandRectangle Method

Public Shared Function ExpandRectangle( _ 
ByVal rect As Extents2d, _ 
ByVal bumppolys As List(Of Poly2d), _ 
ByVal gridsize As Double
) As Extents2d
This language is not supported or no code example is available.
public static Extents2d ExpandRectangle( 
Extents2d rect
List<Poly2d> bumppolys
double gridsize 
)
This language is not supported or no code example is available.
public:  
static Extents2d^ ExpandRectangle( 
Extents2d^ rect
List<Poly2d^>^ bumppolys
double gridsize 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

rect
Extents2d

bumppolys
List<Poly2d>

gridsize
double

Return Value

Extents2d

.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