City Based Parking and Routing System API Documentation

Util.LeftOffsetCurve Method 

Offsets a series of points that are spaces at equal distance.

public static PointF[] LeftOffsetCurve(
   PointF[] curve,
   float distance,
   float offset
);

Parameters

curve
The list of points that represent the curve.
distance
The constant interval distance between two points on the curve.
offset
The desired offset to apply.

Return Value

A list of points that is offset using a specified offset from the specified list curve.

See Also

Util Class | CBPRS.Infrastructure Namespace