City Based Parking and Routing System API Documentation

Road.DrawSideObjects Method 

Draws the side objects next to the road.

public void DrawSideObjects(
   Graphics G,
   PointF[] blocks,
   float blocksize
);

Parameters

G
The graphics object to draw the side objects.
blocks
The blocks of the outer line of the road.
blocksize
The block size in pixels.

See Also

Road Class | CBPRS.Infrastructure Namespace