Arc2d.Offset Method

Computes an offsetted arc. If the arc is offsetted to much, a zero length arc at center is returned.
public Arc2d Offset( 
   double dist 
)

Parameters

dist
double

The distance to offset the arc. If posetive, the arc is offsetted to the right, otherwise to the left.

Return Value

Arc2d

A new arc which is the offset of this arc.

.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