City Based Parking and Routing System API Documentation

Util.LeftOffsetLines Method 

Offsets a collection of points that together form a series lines.

public static PointF[] LeftOffsetLines(
   PointF[] lines,
   float offset
);

Parameters

lines
The collection of points that make up the line.
offset
The desired offset to apply.

Return Value

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

See Also

Util Class | CBPRS.Infrastructure Namespace