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 Sub Offset( _ 
ByVal dist As Double
)
This language is not supported or no code example is available.
public void Offset( 
double dist 
)
This language is not supported or no code example is available.
public:  
void Offset( 
double dist 
)
This language is not supported or no code example is available.
public function Offset( 
dist : double 
);
This language is not supported or no code example is available.

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