Extents2d.Offset Method

Offsets the extent box with a specified distance in-place. A posetive offset will make the box bigger, and a negative will make it smaller. If the offset is less than -(width/2), the box will have a zero area (disappear)
public void Offset( 
   double dist 
)

Parameters

dist
double

The distance to offset.

.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