City Based Parking and Routing System API Documentation

Util.LeftOffsetPoint Method 

Calculates a point that is offset to the right vb point of the vector by a specified amount.

public static PointF LeftOffsetPoint(
   PointF va,
   PointF vb,
   float length,
   float offset
);

Parameters

va
The starting PointF of the vector.
vb
The end PointF of the vector.
length
The length of line to offset in pixels.
offset
The desired offset in pixels.

Return Value

A PointF that is offset to the left of vb by the specified offset

See Also

Util Class | CBPRS.Infrastructure Namespace