City Based Parking and Routing System API Documentation

Road.DrawDirection Method 

Draws the lane direction onto the surface of the road.

public void DrawDirection(
   Graphics G,
   PointF sblock,
   PointF eblock,
   float blocksize,
   DirectionTypes direction
);

Parameters

G
The graphics object used for drawing.
sblock
The starting point of the block on which to draw the direction.
eblock
The ending point of the block on which to draw the direction.
blocksize
The blocksize in pixels.
direction
The direction the lane allows vehicles to drive in.

See Also

Road Class | CBPRS.Infrastructure Namespace